Bluetooth: Move hci_driver.h to include/drivers/bluetooth
This header file is not intended for applications, rather than for drivers, so move it to the appropriate place. Change-Id: I7ff8158418e7e839b538c6cccbb32f3af43c12c6 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
a3a74de6ba
commit
079030718f
|
@ -22,7 +22,7 @@
|
|||
#include <tc_util.h>
|
||||
|
||||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/hci_driver.h>
|
||||
#include <drivers/bluetooth/hci_driver.h>
|
||||
|
||||
#define EXPECTED_ERROR -ENOSYS
|
||||
|
||||
|
|
Loading…
Reference in a new issue