LIRC libraries
LinuxInfraredRemoteControl
|
Go to the source code of this file.
Functions | |
int | default_open (const char *path) |
int | default_close (void) |
int | default_drvctl (unsigned int fd, void *arg) |
int | drv_handle_options (const char *options) |
Variables | |
struct driver | drv |
const char *const | OPTION_FMT = "%32s%64s" |
const struct driver const * | curr_driver = &drv |
Implements driver.h.
Definition in file driver.c.
struct driver drv |
The global driver data that drivers etc are accessing. Set by hw_choose_driver().