diff options
Diffstat (limited to 'common/action_util.h')
| -rw-r--r-- | common/action_util.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/action_util.h b/common/action_util.h index f9d3161a8..a955638b4 100644 --- a/common/action_util.h +++ b/common/action_util.h | |||
| @@ -20,6 +20,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | #include <stdint.h> | 20 | #include <stdint.h> |
| 21 | #include "report.h" | 21 | #include "report.h" |
| 22 | 22 | ||
| 23 | #ifdef __cplusplus | ||
| 24 | extern "C" { | ||
| 25 | #endif | ||
| 26 | |||
| 23 | extern report_keyboard_t *keyboard_report; | 27 | extern report_keyboard_t *keyboard_report; |
| 24 | 28 | ||
| 25 | void send_keyboard_report(void); | 29 | void send_keyboard_report(void); |
| @@ -54,4 +58,9 @@ void oneshot_disable(void); | |||
| 54 | uint8_t has_anykey(void); | 58 | uint8_t has_anykey(void); |
| 55 | uint8_t has_anymod(void); | 59 | uint8_t has_anymod(void); |
| 56 | uint8_t get_first_key(void); | 60 | uint8_t get_first_key(void); |
| 61 | |||
| 62 | #ifdef __cplusplus | ||
| 63 | } | ||
| 64 | #endif | ||
| 65 | |||
| 57 | #endif | 66 | #endif |
