#ifndef _PIT_H #define _PIT_H #include #include void pit_init(void); registers_t* pit_handler(registers_t* regs); void pit_sleep(uint64_t ms); #endif