LIRC libraries
LinuxInfraredRemoteControl
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 #ifndef __u32
17 #include <stdint.h>
18 #define __u32 uint32_t
19 #endif
20 
21 #include "lirc/ir_remote_types.h"
22 #include "lirc/lirc_log.h"
23 #include "lirc/driver.h"
24 #include "lirc/ir_remote.h"
25 #include "lirc/receive.h"
26 #include "lirc/transmit.h"
27 
28 extern const struct driver* hardwares[];
29 
30 #endif
Definition: driver.h:127