#ifndef PIT_H #define PIT_H #include "../include/utils.h" void pit_init(int freq); #endif