usb_moded 0.86.0+mer64
usb_moded-dsme.h
Go to the documentation of this file.
1
24
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
42bool dsme_state_is_shutdown(void);
43bool dsme_state_is_user (void);
44
45/* ------------------------------------------------------------------------- *
46 * DSME
47 * ------------------------------------------------------------------------- */
48
49bool dsme_start_listener(void);
50void dsme_stop_listener (void);
51
52#endif /* USB_MODED_DSME_H_ */
bool dsme_state_is_user(void)
bool dsme_state_is_shutdown(void)