summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-09 09:34:21 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-09 09:34:21 +0000
commitbb02c974cc53e2a8ef9e01293070b339f00a33c4 (patch)
tree3ef5ec01d3697b8c5b683a49430dc414622c7686 /tools
parent0bd3de9823bac2481837c0e17b36b60d4b329224 (diff)
Add HCIUARTGETDEVICE ioctl constant
Diffstat (limited to 'tools')
-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