1 2 3 4 5 6 7 8
#ifndef DEVICES_PIT_H #define DEVICES_PIT_H #include <stdint.h> void pit_configure_channel (int channel, int mode, int frequency); #endif /* devices/pit.h */