]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - protocol/lufa/lufa.h
test build of 'Host shield' in minimal env.
[tmk_firmware.git] / protocol / lufa / lufa.h
index 71c279b0dcb27570e810a3e91dd1c2ae31dea504..bcee060d67df62ce416262eaea9906c182d77c9b 100644 (file)
 #include <string.h>
 #include <LUFA/Version.h>
 #include <LUFA/Drivers/USB/USB.h>
+#include "host.h"
 
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern host_driver_t lufa_driver;
+
+#ifdef __cplusplus
+}
+#endif
+
 /* extra report structure */
 typedef struct {
     uint8_t  report_id;