usb_moded  0.86.0+mer57
usb_moded-trigger.h
Go to the documentation of this file.
1 
26 #ifndef USB_MODED_TRIGGER_H_
27 # define USB_MODED_TRIGGER_H_
28 
29 # include <stdbool.h>
30 
31 /* ========================================================================= *
32  * Prototypes
33  * ========================================================================= */
34 
35 /* ------------------------------------------------------------------------- *
36  * TRIGGER
37  * ------------------------------------------------------------------------- */
38 
39 bool trigger_init(void);
40 void trigger_stop(void);
41 
42 #endif /* USB_MODED_TRIGGER_H_ */