X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5ee8068f2c11b1f717341ca0fc7650cdf8e7af0d..bcb627e1a1bb9f013670d981ead2db97d7c70608:/Projects/HIDReportViewer/HIDReportViewer.h diff --git a/Projects/HIDReportViewer/HIDReportViewer.h b/Projects/HIDReportViewer/HIDReportViewer.h index f4e131f3e..ff2512b90 100644 --- a/Projects/HIDReportViewer/HIDReportViewer.h +++ b/Projects/HIDReportViewer/HIDReportViewer.h @@ -69,6 +69,9 @@ /* Function Prototypes: */ void SetupHardware(void); + void OutputReportSizes(void); + void OutputParsedReportItems(void); + void OutputCollectionPath(const HID_CollectionPath_t* const CollectionPath); void EVENT_USB_Host_HostError(const uint8_t ErrorCode); void EVENT_USB_Host_DeviceAttached(void);