X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fsuspend.h;h=f0a668cfe91d29441e9ccba494baed59f14b1d45;hb=3e8289b53ce929484651fc065fb5f718e4e3ae21;hp=80617a824447db8ec709e9c0062d9bd6fe8955a1;hpb=40e24e7ee9e8f871358a54953f9515c444ebf5b8;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/common/suspend.h b/tmk_core/common/suspend.h index 80617a82..f0a668cf 100644 --- a/tmk_core/common/suspend.h +++ b/tmk_core/common/suspend.h @@ -5,9 +5,17 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + void suspend_idle(uint8_t timeout); void suspend_power_down(void); bool suspend_wakeup_condition(void); void suspend_wakeup_init(void); +#ifdef __cplusplus +} +#endif + #endif