USB: include device driver configuration files for EP allocation
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 30 Sep 2010 13:17:00 +0000 (13:17 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 30 Sep 2010 13:17:00 +0000 (13:17 +0000)
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

bertos/drv/usb_endpoint.h

index 7af79c067316c4c570925ce51947f645c9adf197..f393425b0574d982b170dc0803f4d9c635222bfc 100644 (file)
 #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 */