X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=protocol%2Fusb_hid%2Fparser.h;h=703eb1ed4ce6f4499b7dc1ae680d03089bb5a74e;hb=1f96edaed60def1f513ddd8adcdfa3e12b971006;hp=dc14c82705b10d0b2822f9ae2bcca59aa9d017a0;hpb=895cd4dfa29f0f3c623544f4868ac63e619c69d9;p=tmk_firmware.git diff --git a/protocol/usb_hid/parser.h b/protocol/usb_hid/parser.h index dc14c82..703eb1e 100644 --- a/protocol/usb_hid/parser.h +++ b/protocol/usb_hid/parser.h @@ -1,3 +1,6 @@ +#ifndef PARSER_H +#define PARSER_H + #include "hid.h" class KBDReportParser : public HIDReportParser @@ -5,3 +8,5 @@ class KBDReportParser : public HIDReportParser public: virtual void Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf); }; + +#endif