diff options
Diffstat (limited to 'pintos-progos/devices/pit.h')
| -rw-r--r-- | pintos-progos/devices/pit.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pintos-progos/devices/pit.h b/pintos-progos/devices/pit.h deleted file mode 100644 index dff36ae..0000000 --- a/pintos-progos/devices/pit.h +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | #ifndef DEVICES_PIT_H | ||
| 2 | #define DEVICES_PIT_H | ||
| 3 | |||
| 4 | #include <stdint.h> | ||
| 5 | |||
| 6 | void pit_configure_channel (int channel, int mode, int frequency); | ||
| 7 | |||
| 8 | #endif /* devices/pit.h */ | ||
