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:
Johan Hedberg 2016-10-29 14:20:03 +03:00
parent a3a74de6ba
commit 079030718f
2 changed files with 1 additions and 1 deletions

View file

@ -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