Split HIDReportViewer project sub-components into seperate functions for readability...
[pub/USBasp.git] / Projects / HIDReportViewer / HIDReportViewer.h
index f4e131f..ff2512b 100644 (file)
@@ -69,6 +69,9 @@
 \r
        /* Function Prototypes: */\r
                void SetupHardware(void);\r
+               void OutputReportSizes(void);\r
+               void OutputParsedReportItems(void);\r
+               void OutputCollectionPath(const HID_CollectionPath_t* const CollectionPath);\r
 \r
                void EVENT_USB_Host_HostError(const uint8_t ErrorCode);\r
                void EVENT_USB_Host_DeviceAttached(void);\r