From bb02c974cc53e2a8ef9e01293070b339f00a33c4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 May 2007 09:34:21 +0000 Subject: Add HCIUARTGETDEVICE ioctl constant --- tools/hciattach.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools') 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 -- cgit