diff options
Diffstat (limited to 'include/hci.h')
| -rw-r--r-- | include/hci.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hci.h b/include/hci.h index becbbb06..4cd8c7d9 100644 --- a/include/hci.h +++ b/include/hci.h @@ -48,12 +48,13 @@ extern "C" {  #define HCI_DEV_RESUME	6  /* HCI device types */ -#define HCI_VHCI	0 +#define HCI_VIRTUAL	0  #define HCI_USB		1  #define HCI_PCCARD	2  #define HCI_UART	3  #define HCI_RS232	4  #define HCI_PCI		5 +#define HCI_SDIO	6  /* HCI device flags */  enum {  | 
