diff options
Diffstat (limited to 'key_process.h')
-rw-r--r-- | key_process.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/key_process.h b/key_process.h new file mode 100644 index 0000000000..10577dd5b5 --- /dev/null +++ b/key_process.h @@ -0,0 +1,6 @@ +#ifndef KEY_PROCESS_H +#define KEY_PROCESS_H 1 + +void proc_matrix(void); + +#endif |