#ifndef ARCH_PIT_H_ #define ARCH_PIT_H_ #ifdef __cplusplus extern "C" { #endif extern void pit_start(unsigned int hz); extern void pit_stop(void); extern void pit_wait(unsigned int ticks); #ifdef __cplusplus } #endif #endif