summaryrefslogtreecommitdiff
path: root/asm/asm_pit.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-08 17:08:55 +0200
committerMiguel <m.i@gmx.at>2018-09-08 17:08:55 +0200
commit9fde748acea83d775e367a64858414b674f05b13 (patch)
tree0927b570c07c9ee469817a560b965c094c5d8145 /asm/asm_pit.h
parentaa4b4c6c1918a51318709761873d1c5e248a831d (diff)
struggling with pic and lapic and smp...
Diffstat (limited to 'asm/asm_pit.h')
-rw-r--r--asm/asm_pit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/asm/asm_pit.h b/asm/asm_pit.h
index d020de1..58067bf 100644
--- a/asm/asm_pit.h
+++ b/asm/asm_pit.h
@@ -15,9 +15,6 @@
#include <stdint.h>
-/** Init PIT - 25 times a second*/
-void asm_pit_init();
-
/** install this interrupt handler to your Interrupt Vector Table */
void asm_pit_tick();