From: arighi Date: Thu, 30 Sep 2010 13:17:00 +0000 (+0000) Subject: USB: include device driver configuration files for EP allocation X-Git-Tag: 2.6.0~19 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a44d704c7107582a746b905397c941777e32043d;p=bertos.git USB: include device driver configuration files for EP allocation Include specific USB device driver's configuration to determine the list of the allocated endpoints. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4382 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/usb_endpoint.h b/bertos/drv/usb_endpoint.h index 7af79c06..f393425b 100644 --- a/bertos/drv/usb_endpoint.h +++ b/bertos/drv/usb_endpoint.h @@ -42,6 +42,10 @@ #ifndef USB_ENDPOINT_H #define USB_ENDPOINT_H +#include "cfg/cfg_usbser.h" +#include "cfg/cfg_usbkbd.h" +#include "cfg/cfg_usbmouse.h" + /* Enpoint allocation (according to the compile-time options) */ enum { USB_CTRL_ENDPOINT = 0, /* This must be always allocated */