diff options
| author | tmk | 2012-08-25 08:49:08 +0200 |
|---|---|---|
| committer | tmk | 2012-08-28 14:56:15 +0200 |
| commit | c5060ea81942b0e3f8577536ff78402a19abe3d3 (patch) | |
| tree | bcdd4cd269be3064982014b0afdc0aea628d7048 /protocol/lufa/lufa.h | |
| parent | 9382bf2f765cfbb8f7a9a48157391cac2bb71780 (diff) | |
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 71c279b0dc..bcee060d67 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; |