8 lines
161 B
C
Executable file
8 lines
161 B
C
Executable file
#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 */
|