usb_moded  0.86.0+mer57
usb_moded-dsme.h
Go to the documentation of this file.
1 
25 #ifndef MEEGOLOCK
26 # warning usb_moded-dsme.h used without enabling MEEGOLOCK
27 #endif
28 
29 #ifndef USB_MODED_DSME_H_
30 # define USB_MODED_DSME_H_
31 
32 # include <stdbool.h>
33 
34 /* ========================================================================= *
35  * Prototypes
36  * ========================================================================= */
37 
38 /* ------------------------------------------------------------------------- *
39  * DSME_STATE
40  * ------------------------------------------------------------------------- */
41 
42 bool dsme_state_is_shutdown(void);
43 bool dsme_state_is_user (void);
44 
45 /* ------------------------------------------------------------------------- *
46  * DSME
47  * ------------------------------------------------------------------------- */
48 
49 bool dsme_start_listener(void);
50 void dsme_stop_listener (void);
51 
52 #endif /* USB_MODED_DSME_H_ */
dsme_state_is_user
bool dsme_state_is_user(void)
Definition: usb_moded-dsme.c:243
dsme_state_is_shutdown
bool dsme_state_is_shutdown(void)
Definition: usb_moded-dsme.c:231