+               int main(void) AUX_BOOT_SECTION;
+
+               void Application_Jump_Check(void) ATTR_INIT_SECTION(3);
+
+               void EVENT_USB_Device_Connect(void) AUX_BOOT_SECTION;
+               void EVENT_USB_Device_Disconnect(void) AUX_BOOT_SECTION;
+               void EVENT_USB_Device_ConfigurationChanged(void) AUX_BOOT_SECTION;
+               void EVENT_USB_Device_ControlRequest(void) AUX_BOOT_SECTION;