USB: include device driver configuration files for EP allocation
[bertos.git] / 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 */