Big code refactor, get rid of HAL entirely
This commit is contained in:
11
kernel/intr/pit.h
Normal file
11
kernel/intr/pit.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef INTR_PIT_H_
|
||||
#define INTR_PIT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern volatile uint32_t PIT_TICKS;
|
||||
|
||||
void intr_pit_init(void);
|
||||
void intr_pit_wait(uint32_t ms);
|
||||
|
||||
#endif // INTR_PIT_H_
|
||||
Reference in New Issue
Block a user