aboutsummaryrefslogtreecommitdiff
path: root/lib/libusbhid/usbhid.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libusbhid/usbhid.h')
-rw-r--r--lib/libusbhid/usbhid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libusbhid/usbhid.h b/lib/libusbhid/usbhid.h
index 15d4f1613746..637fb3d846f7 100644
--- a/lib/libusbhid/usbhid.h
+++ b/lib/libusbhid/usbhid.h
@@ -29,6 +29,9 @@
*
*/
+#ifndef _USBHID_H_
+#define _USBHID_H_
+
#include <stdint.h>
typedef struct report_desc *report_desc_t;
@@ -111,3 +114,5 @@ int hid_set_report(int fd, enum hid_kind k,
unsigned char *data, unsigned int size);
__END_DECLS
+
+#endif /* !_USBHID_H_ */