usb: move headers to include/usb/class

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-09-12 16:32:23 -04:00 committed by Anas Nashif
parent 05609bd6fc
commit 71a927955e
5 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@
#include <string.h>
#include <misc/byteorder.h>
#include <logging/sys_log.h>
#include "cdc_acm.h"
#include <usb/class/cdc_acm.h>
#include <usb/usb_device.h>
#include <usb/usb_common.h>
#include "webusb_serial.h"

View File

@ -42,9 +42,9 @@
#include <uart.h>
#include <string.h>
#include <misc/byteorder.h>
#include "cdc_acm.h"
#include "usb_device.h"
#include "usb_common.h"
#include <usb/class/cdc_acm.h>
#include <usb/usb_device.h>
#include <usb/usb_common.h>
#ifndef CONFIG_UART_INTERRUPT_DRIVEN
#error "CONFIG_UART_INTERRUPT_DRIVEN must be set for CDC ACM driver"

View File

@ -38,7 +38,7 @@
#include <string.h>
#include <misc/__assert.h>
#include <disk_access.h>
#include "mass_storage.h"
#include <usb/class/mass_storage.h>
#include <usb/usb_device.h>
#include <usb/usb_common.h>