![]() |
LIRC libraries
LinuxInfraredRemoteControl
|
Go to the source code of this file.
Functions | |
void | glob_t_init (glob_t *glob) |
void | glob_t_add_path (glob_t *glob, const char *path) |
void | glob_t_free (glob_t *glob) |
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 |
const int | GLOB_CHUNK_SIZE = 32 |
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().
const int GLOB_CHUNK_SIZE = 32 |