#include <avr/boot.h>\r
                #include <avr/eeprom.h>\r
                #include <avr/power.h>\r
+               #include <avr/interrupt.h>\r
                #include <stdbool.h>\r
 \r
                #include "Descriptors.h"\r
        /* Function Prototypes: */\r
                void CDC_Task(void);\r
                void SetupHardware(void);\r
-               void ResetHardware(void);\r
 \r
                void EVENT_USB_Device_ConfigurationChanged(void);\r
                void EVENT_USB_Device_UnhandledControlRequest(void);\r