diff options
author | tmk <nobody@nowhere> | 2012-08-25 15:49:08 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-08-28 21:56:15 +0900 |
commit | c5060ea81942b0e3f8577536ff78402a19abe3d3 (patch) | |
tree | bcdd4cd269be3064982014b0afdc0aea628d7048 /protocol/lufa/lufa.h | |
parent | 9382bf2f765cfbb8f7a9a48157391cac2bb71780 (diff) | |
download | qmk_firmware-c5060ea81942b0e3f8577536ff78402a19abe3d3.tar.gz |
test build of 'Host shield' in minimal env.
Diffstat (limited to 'protocol/lufa/lufa.h')
-rw-r--r-- | protocol/lufa/lufa.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/protocol/lufa/lufa.h b/protocol/lufa/lufa.h index 71c279b0d..bcee060d6 100644 --- a/protocol/lufa/lufa.h +++ b/protocol/lufa/lufa.h @@ -47,8 +47,19 @@ #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; |