summaryrefslogtreecommitdiffstats
path: root/pit.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-05-25 21:56:08 +0100
committerTomasz Kramkowski <tk@the-tk.com>2017-05-25 22:00:15 +0100
commitacb403bcbcbc05256500083d1caea7e22ce4db11 (patch)
treeca9d4ebe25cc0bd000e4ec6fbad3eda46d8f3e03 /pit.h
parent69b0c9e9ca6af68e96e5ff665e61ad3be882a622 (diff)
downloadfmk-acb403bcbcbc05256500083d1caea7e22ce4db11.tar.gz
fmk-acb403bcbcbc05256500083d1caea7e22ce4db11.tar.xz
fmk-acb403bcbcbc05256500083d1caea7e22ce4db11.zip
Basic keyboard implementation
Diffstat (limited to 'pit.h')
-rw-r--r--pit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pit.h b/pit.h
index d82587a..811f024 100644
--- a/pit.h
+++ b/pit.h
@@ -20,5 +20,6 @@
#define FMK_PIT_H
void pit_setup(void);
+void pit0_isr(void);
#endif /* FMK_PIT_H */