diff options
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 @@ | |||
47 | #include <string.h> | 47 | #include <string.h> |
48 | #include <LUFA/Version.h> | 48 | #include <LUFA/Version.h> |
49 | #include <LUFA/Drivers/USB/USB.h> | 49 | #include <LUFA/Drivers/USB/USB.h> |
50 | #include "host.h" | ||
50 | 51 | ||
51 | 52 | ||
53 | #ifdef __cplusplus | ||
54 | extern "C" { | ||
55 | #endif | ||
56 | |||
57 | extern host_driver_t lufa_driver; | ||
58 | |||
59 | #ifdef __cplusplus | ||
60 | } | ||
61 | #endif | ||
62 | |||
52 | /* extra report structure */ | 63 | /* extra report structure */ |
53 | typedef struct { | 64 | typedef struct { |
54 | uint8_t report_id; | 65 | uint8_t report_id; |