usb: fix local includes and add usb namespace
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fde34dd54b
commit
18a33edd39
|
@ -17,8 +17,8 @@
|
||||||
#include <bluetooth/hci_raw.h>
|
#include <bluetooth/hci_raw.h>
|
||||||
#include <bluetooth/l2cap.h>
|
#include <bluetooth/l2cap.h>
|
||||||
|
|
||||||
#include "usb_device.h"
|
#include <usb/usb_device.h>
|
||||||
#include "usb_common.h"
|
#include <usb/usb_common.h>
|
||||||
|
|
||||||
#define BTUSB_BUFFER_SIZE 64
|
#define BTUSB_BUFFER_SIZE 64
|
||||||
|
|
||||||
|
|
|
@ -45,8 +45,8 @@
|
||||||
#include <misc/byteorder.h>
|
#include <misc/byteorder.h>
|
||||||
#include <logging/sys_log.h>
|
#include <logging/sys_log.h>
|
||||||
#include "cdc_acm.h"
|
#include "cdc_acm.h"
|
||||||
#include "usb_device.h"
|
#include <usb/usb_device.h>
|
||||||
#include "usb_common.h"
|
#include <usb/usb_common.h>
|
||||||
#include "webusb_serial.h"
|
#include "webusb_serial.h"
|
||||||
|
|
||||||
#ifndef CONFIG_UART_INTERRUPT_DRIVEN
|
#ifndef CONFIG_UART_INTERRUPT_DRIVEN
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
#define __WEBUSB_SERIAL_H__
|
#define __WEBUSB_SERIAL_H__
|
||||||
|
|
||||||
#include <device.h>
|
#include <device.h>
|
||||||
#include "usb_device.h"
|
#include <usb/usb_device.h>
|
||||||
|
|
||||||
/* BOS descriptor type */
|
/* BOS descriptor type */
|
||||||
#define DESCRIPTOR_TYPE_BOS 0x0f
|
#define DESCRIPTOR_TYPE_BOS 0x0f
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
#include <disk_access.h>
|
#include <disk_access.h>
|
||||||
#include "mass_storage.h"
|
#include "mass_storage.h"
|
||||||
#include "usb_device.h"
|
#include <usb/usb_device.h>
|
||||||
#include "usb_common.h"
|
#include <usb/usb_common.h>
|
||||||
|
|
||||||
#define SYS_LOG_LEVEL CONFIG_SYS_LOG_USB_MASS_STORAGE_LEVEL
|
#define SYS_LOG_LEVEL CONFIG_SYS_LOG_USB_MASS_STORAGE_LEVEL
|
||||||
#include <logging/sys_log.h>
|
#include <logging/sys_log.h>
|
||||||
|
|
Loading…
Reference in a new issue