diff options
Diffstat (limited to 'protocol/usb_hid/parser.h')
-rw-r--r-- | protocol/usb_hid/parser.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocol/usb_hid/parser.h b/protocol/usb_hid/parser.h index dc14c8270..703eb1ed4 100644 --- a/protocol/usb_hid/parser.h +++ b/protocol/usb_hid/parser.h | |||
@@ -1,3 +1,6 @@ | |||
1 | #ifndef PARSER_H | ||
2 | #define PARSER_H | ||
3 | |||
1 | #include "hid.h" | 4 | #include "hid.h" |
2 | 5 | ||
3 | class KBDReportParser : public HIDReportParser | 6 | class KBDReportParser : public HIDReportParser |
@@ -5,3 +8,5 @@ class KBDReportParser : public HIDReportParser | |||
5 | public: | 8 | public: |
6 | virtual void Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf); | 9 | virtual void Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf); |
7 | }; | 10 | }; |
11 | |||
12 | #endif | ||