summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DE CESCO <jonathanc@ti.com>2010-12-03 12:00:23 +0100
committerJonathan DE CESCO <jonathanc@ti.com>2010-12-03 12:00:23 +0100
commit32065c7eaac2f6b61fc13933dd8df6d713e6c082 (patch)
treeec9718867d54f7bf4ef606794c419b8ea7eb78f6
parent6803cafd094882fdf54aa06e7635fc054ec874e2 (diff)
downloaduim-32065c7eaac2f6b61fc13933dd8df6d713e6c082.tar.gz
fix build warnings
-rw-r--r--uim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/uim.h b/uim.h
index ec722df..505990a 100644
--- a/uim.h
+++ b/uim.h
@@ -24,8 +24,12 @@
#define BOTHER 0x00001000
#define ARM_NCCS 19
+#ifndef TCGETS2
#define TCGETS2 _IOR('T',0x2A, struct termios2)
+#endif
+#ifndef TCSETS2
#define TCSETS2 _IOW('T',0x2B, struct termios2)
+#endif
/*HCI Command and Event information*/
#define HCI_HDR_OPCODE 0xff36