diff options
author | Andre Eisenbach <andre@broadcom.com> | 2012-09-18 01:35:44 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-09-18 10:06:32 -0700 |
commit | cc914cffd521b2e6e1be804c82aea2388b843ebf (patch) | |
tree | a4859572083eb29c931cc5066645f9c0a2929d71 /btif/include/uinput.h | |
parent | 6ed67e2ac54c83d18701d2b4ee1b9d729e99a38c (diff) | |
download | external_bluetooth_bluedroid-cc914cffd521b2e6e1be804c82aea2388b843ebf.zip external_bluetooth_bluedroid-cc914cffd521b2e6e1be804c82aea2388b843ebf.tar.gz external_bluetooth_bluedroid-cc914cffd521b2e6e1be804c82aea2388b843ebf.tar.bz2 |
Header file and whitespace cleanups
Also fixed file permission to remove executable bit
from source files.
Change-Id: I6954c2d16190bc35b1b0d38386543253696b1112
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; |