From 8e3411139b27a3421e9ac75c13f14f99f6dd3137 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 2 Sep 2018 00:08:42 +0200 Subject: syscalls --- asm/pit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asm/pit.h') diff --git a/asm/pit.h b/asm/pit.h index 0bec3c4..d020de1 100644 --- a/asm/pit.h +++ b/asm/pit.h @@ -16,10 +16,10 @@ #include /** Init PIT - 25 times a second*/ -void pit_init(); +void asm_pit_init(); /** install this interrupt handler to your Interrupt Vector Table */ -void pit_interrupt_handler(); +void asm_pit_tick(); /** get number of ticks */ -uint32_t pit_get_ticks(); +uint32_t asm_pit_get_ticks(); -- cgit v1.2.3