Make HID device class driver reselect the correct endpoint after the user callbacks...
[pub/USBasp.git] / Demos / Host / LowLevel / PrinterHost / PrinterHost.h
index 5851349..db7a9fe 100644 (file)
   this software.\r
 */\r
 \r
+/** \file\r
+ *\r
+ *  Header file for PrinterHost.c.\r
+ */\r
\r
 #ifndef _MASS_STORE_HOST_H_\r
 #define _MASS_STORE_HOST_H_\r
 \r
                #define LEDMASK_USB_BUSY         (LEDS_LED2)\r
        \r
        /* Function Prototypes: */\r
-               void EVENT_USB_DeviceAttached(void);\r
-               void EVENT_USB_DeviceUnattached(void);\r
-               void EVENT_USB_DeviceEnumerationComplete(void);\r
-               void EVENT_USB_HostError(uint8_t ErrorCode);\r
-               void EVENT_USB_DeviceEnumerationFailed(uint8_t ErrorCode, uint8_t SubErrorCode);\r
+               void EVENT_USB_Host_DeviceAttached(void);\r
+               void EVENT_USB_Host_DeviceUnattached(void);\r
+               void EVENT_USB_Host_DeviceEnumerationComplete(void);\r
+               void EVENT_USB_Host_HostError(uint8_t ErrorCode);\r
+               void EVENT_USB_Host_DeviceEnumerationFailed(uint8_t ErrorCode, uint8_t SubErrorCode);\r
 \r
                void SetupHardware(void);\r
 \r