aboutsummaryrefslogtreecommitdiff
path: root/Projects/HIDReportViewer/HIDReportViewer.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-20 02:36:52 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-20 02:36:52 +0000
commit889f2d9f5a681d93a94fafb8a3f09a4d698f4854 (patch)
tree61a5a1c833c2692d32ec5742599a53495579ce8a /Projects/HIDReportViewer/HIDReportViewer.h
parent615c618f2ddc6aa2bd31d4162a35fb7da1a13ed3 (diff)
Split HIDReportViewer project sub-components into seperate functions for readability/convenience.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1817 d5102386-fcda-11dd-9fdb-3debd5008f28
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 f4e131f3..ff2512b9 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);