X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Flufa%2Flufa.h;h=bcee060d67df62ce416262eaea9906c182d77c9b;hb=7e5081b5a8f2c6e0c3c8d2dc73717c0b3597ef84;hp=71c279b0dcb27570e810a3e91dd1c2ae31dea504;hpb=fca518f90dfc7f72132ff7950b000cfbd5709807;p=max%2Ftmk_keyboard.git diff --git a/protocol/lufa/lufa.h b/protocol/lufa/lufa.h index 71c279b0..bcee060d 100644 --- a/protocol/lufa/lufa.h +++ b/protocol/lufa/lufa.h @@ -47,8 +47,19 @@ #include #include #include +#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;