X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fusb_endpoint.h;h=f393425b0574d982b170dc0803f4d9c635222bfc;hb=bce79ae17dc4b489639cd102fa7563acd129898f;hp=7af79c067316c4c570925ce51947f645c9adf197;hpb=46a1dfc5b039beb4495945e534c746bcce91edae;p=bertos.git 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 */