summaryrefslogtreecommitdiffstats
path: root/btif/include/uinput.h
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-09-18 16:19:52 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-18 16:19:53 -0700
commitf80d3d045eab5f002be4b5e8a3d2d376fdf7581a (patch)
tree4a1f17241e1af019e8d3328852bf93423258a23c /btif/include/uinput.h
parentd659d3ca8cbb1edc5d1dd42ef367e9336f0f269b (diff)
parentad2d45b15aae80ba254277c3d1fa036207d8b926 (diff)
downloadexternal_bluetooth_bluedroid-f80d3d045eab5f002be4b5e8a3d2d376fdf7581a.zip
external_bluetooth_bluedroid-f80d3d045eab5f002be4b5e8a3d2d376fdf7581a.tar.gz
external_bluetooth_bluedroid-f80d3d045eab5f002be4b5e8a3d2d376fdf7581a.tar.bz2
Merge "Revert "Header file and whitespace cleanups"" into jb-mr1-dev
Diffstat (limited to 'btif/include/uinput.h')
-rw-r--r--btif/include/uinput.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/btif/include/uinput.h b/btif/include/uinput.h
index 0a4d928..303f4f3 100644
--- a/btif/include/uinput.h
+++ b/btif/include/uinput.h
@@ -44,6 +44,7 @@
* ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
*
************************************************************************************/
+/* TBD: tmp code here */
#ifndef __UINPUT_H
#define __UINPUT_H
@@ -56,10 +57,6 @@ extern "C" {
#include <sys/time.h>
#include <sys/ioctl.h>
-/*******************************************************************************
-** Constants & Macros
-********************************************************************************/
-
/* Events */
#define EV_SYN 0x00
@@ -583,11 +580,6 @@ extern "C" {
#define UINPUT_MAX_NAME_SIZE 80
-
-/*******************************************************************************
-** Type definitions and return values
-********************************************************************************/
-
struct uinput_id {
uint16_t bustype;
uint16_t vendor;