Statistics
| Branch: | Tag: | Revision:

amiro-os / devices / DiWheelDrive / exti.hpp @ af93a91c

History | View | Annotate | Download (183 Bytes)

1
#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_ */