X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=protocol%2Flufa%2Flufa.h;h=bcee060d67df62ce416262eaea9906c182d77c9b;hb=bc5b64d83259715667356770965a33aa620a8030;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;