aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/HIDReportViewer/HIDReportViewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/HIDReportViewer/HIDReportViewer.h')
-rw-r--r--Projects/HIDReportViewer/HIDReportViewer.h3
1 files changed, 3 insertions, 0 deletions
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);