diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-09 09:34:21 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-09 09:34:21 +0000 |
commit | bb02c974cc53e2a8ef9e01293070b339f00a33c4 (patch) | |
tree | 3ef5ec01d3697b8c5b683a49430dc414622c7686 | |
parent | 0bd3de9823bac2481837c0e17b36b60d4b329224 (diff) |
Add HCIUARTGETDEVICE ioctl constant
-rw-r--r-- | tools/hciattach.c | 5 |
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 |