diff --git a/src/devices/pit.h b/src/devices/pit.h new file mode 100644 index 0000000000000000000000000000000000000000..dff36ae38e957cf89b2bcb2799c3dfe97859487e --- /dev/null +++ b/src/devices/pit.h @@ -0,0 +1,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 */