X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5ee8068f2c11b1f717341ca0fc7650cdf8e7af0d..77a9df36a77d2523dd2bc24fa17f9f04c6c175c5:/Projects/HIDReportViewer/HIDReportViewer.h diff --git a/Projects/HIDReportViewer/HIDReportViewer.h b/Projects/HIDReportViewer/HIDReportViewer.h index f4e131f3e..ea8b6b938 100644 --- a/Projects/HIDReportViewer/HIDReportViewer.h +++ b/Projects/HIDReportViewer/HIDReportViewer.h @@ -69,6 +69,10 @@ /* Function Prototypes: */ void SetupHardware(void); + void RetrieveDeviceData(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);