#include #include extern bool pit_initialized; void sleep(uint64_t millis) { if (pit_initialized) { pit_sleep(millis); } }