diff options
| author | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-12 18:58:39 +0000 | 
|---|---|---|
| committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-12 18:58:39 +0000 | 
| commit | 2c4532ba9feb08d1e37ca785bde83330d9cb4b71 (patch) | |
| tree | aa33e6f95d75f2b5bd91d1f1e66638839c912f96 | |
| parent | f01eb8698b6cf461be0ad7a22c29d34cf1262e54 (diff) | |
Missing includes.
Cleanup.
| -rw-r--r-- | include/bluetooth.h | 1 | ||||
| -rw-r--r-- | include/hci.h | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/include/bluetooth.h b/include/bluetooth.h index 441e1d3a..5dd4085f 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -35,6 +35,7 @@ extern "C" {  #include <stdint.h>  #include <endian.h> +#include <byteswap.h>  #ifndef AF_BLUETOOTH  #define AF_BLUETOOTH	31 diff --git a/include/hci.h b/include/hci.h index 3f98ab1d..38060fb8 100644 --- a/include/hci.h +++ b/include/hci.h @@ -33,7 +33,7 @@  extern "C" {  #endif -#define HCI_MAX_DEV 	4 +#define HCI_MAX_DEV 	16  #define HCI_MAX_ACL_SIZE	1024  #define HCI_MAX_SCO_SIZE	255 | 
