usb_moded 0.86.0+mer64
usb_moded-trigger.h
Go to the documentation of this file.
1
25
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
39bool trigger_init(void);
40void trigger_stop(void);
41
42#endif /* USB_MODED_TRIGGER_H_ */