diff options
Diffstat (limited to 'btif/include/uinput.h')
-rw-r--r-- | btif/include/uinput.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/btif/include/uinput.h b/btif/include/uinput.h index 303f4f3..0a4d928 100644 --- a/btif/include/uinput.h +++ b/btif/include/uinput.h @@ -44,7 +44,6 @@ * ESSENTIAL PURPOSE OF ANY LIMITED REMEDY. * ************************************************************************************/ -/* TBD: tmp code here */ #ifndef __UINPUT_H #define __UINPUT_H @@ -57,6 +56,10 @@ extern "C" { #include <sys/time.h> #include <sys/ioctl.h> +/******************************************************************************* +** Constants & Macros +********************************************************************************/ + /* Events */ #define EV_SYN 0x00 @@ -580,6 +583,11 @@ extern "C" { #define UINPUT_MAX_NAME_SIZE 80 + +/******************************************************************************* +** Type definitions and return values +********************************************************************************/ + struct uinput_id { uint16_t bustype; uint16_t vendor; |