X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Faction_util.h;h=a955638b46d8ad84c45c297b2a5f431f506aa85a;hb=c67ae2a6b546c822759352586c14cd9dccbbe0ff;hp=f9d3161a800200be9b808c2a799e4f930107e095;hpb=04fe78ee0a7fe9baed39f021799a3dbb24ebeb36;p=tmk_firmware.git diff --git a/common/action_util.h b/common/action_util.h index f9d3161..a955638 100644 --- a/common/action_util.h +++ b/common/action_util.h @@ -20,6 +20,10 @@ along with this program. If not, see . #include #include "report.h" +#ifdef __cplusplus +extern "C" { +#endif + extern report_keyboard_t *keyboard_report; void send_keyboard_report(void); @@ -54,4 +58,9 @@ void oneshot_disable(void); uint8_t has_anykey(void); uint8_t has_anymod(void); uint8_t get_first_key(void); + +#ifdef __cplusplus +} +#endif + #endif