11 #ifndef _LIRC_DRIVER_H    12 #define _LIRC_DRIVER_H    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"    24 extern const struct driver* hardwares[];
 The data the driver exports i.