summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/hciattach.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c
index 776035e0..c07d996b 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -51,8 +51,9 @@
#define N_HCI 15
#endif
-#define HCIUARTSETPROTO _IOW('U', 200, int)
-#define HCIUARTGETPROTO _IOR('U', 201, int)
+#define HCIUARTSETPROTO _IOW('U', 200, int)
+#define HCIUARTGETPROTO _IOR('U', 201, int)
+#define HCIUARTGETDEVICE _IOR('U', 202, int)
#define HCI_UART_H4 0
#define HCI_UART_BCSP 1