usb_moded 0.86.0+mer64
usb_moded-udev.h
Go to the documentation of this file.
1
25
26#ifndef USB_MODED_UDEV_H_
27# define USB_MODED_UDEV_H_
28
29/*
30 * hardware abstraction glue layer.
31 * Each HW abstraction system needs to implement the functions declared here
32 *
33 * Communication is done through the signal functions defined in usb_moded.h
34 */
35
36# include <glib.h>
37
38/* ========================================================================= *
39 * Prototypes
40 * ========================================================================= */
41
42/* ------------------------------------------------------------------------- *
43 * UMUDEV
44 * ------------------------------------------------------------------------- */
45
46gboolean umudev_init(void);
47void umudev_quit(void);
48
49#endif /* USB_MODED_UDEV_H_ */