Statistics
| Branch: | Tag: | Revision:

amiro-os / devices / LightRing / exti.hpp @ 58fe0e0b

History | View | Annotate | Download (183 Bytes)

1 58fe0e0b Thomas Schöpping
#ifndef EXT_HPP_
2
#define EXT_HPP_
3
4
extern volatile uint32_t shutdown_now;
5
6
extern EXTConfig extcfg;
7
8
void power_down_cb(EXTDriver *extp, expchannel_t channel);
9
10
#endif /* EXT_HPP_ */