LIRC libraries
LinuxInfraredRemoteControl
 All Classes Files Functions Variables Typedefs Enumerations Macros Modules Pages
lirc_driver.h
Go to the documentation of this file.
1 
11 #ifndef _LIRC_DRIVER_H
12 #define _LIRC_DRIVER_H
13 
14 #define IN_DRIVER
15 
16 #include "lirc/drv_enum.h"
17 #include "lirc/ir_remote_types.h"
18 #include "lirc/lirc_log.h"
19 #include "lirc/driver.h"
20 #include "lirc/ir_remote.h"
21 #include "lirc/receive.h"
22 #include "lirc/transmit.h"
23 
24 extern const struct driver* hardwares[];
25 
26 #endif
The data the driver exports i.
Definition: driver.h:136