From 4cf1f07d58e85915f12099d9eb5560e7acbf4deb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 21 Jun 2005 16:49:26 +0000 Subject: Don't use hci_uart.h anymore --- tools/hciattach.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/hciattach.c b/tools/hciattach.c index 33ecdf03..b7f6dab6 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -49,7 +49,18 @@ #include #include #include -#include + +#ifndef N_HCI +#define N_HCI 15 +#endif + +#define HCIUARTSETPROTO _IOW('U', 200, int) +#define HCIUARTGETPROTO _IOR('U', 201, int) + +#define HCI_UART_H4 0 +#define HCI_UART_BCSP 1 +#define HCI_UART_3WIRE 2 +#define HCI_UART_H4DS 3 struct uart_t { char *type; -- cgit