|
Linux Kernel
3.7.1
|
#include <linux/kthread.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/freezer.h>#include "uwb-internal.h"Go to the source code of this file.
Data Structures | |
| struct | uwbd_event |
| struct | uwbd_evt_type_handler |
Typedefs | |
| typedef int(* | uwbd_evt_handler_f )(struct uwb_event *) |
: text name of event | |
|
: the function that will handle this event | |
| void | uwbd_start (struct uwb_rc *rc) |
| void | uwbd_stop (struct uwb_rc *rc) |
| void | uwbd_event_queue (struct uwb_event *evt) |
| void | uwbd_flush (struct uwb_rc *rc) |
1.8.2