From 22ce64b9a86431e5252e01b342e9fc5738b045c6 Mon Sep 17 00:00:00 2001 From: h2-addad <hamza2.addad@live.uwe.ac.uk> Date: Sun, 16 Jul 2023 00:36:15 +0000 Subject: [PATCH] Update --- src/devices/pit.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/devices/pit.h diff --git a/src/devices/pit.h b/src/devices/pit.h new file mode 100644 index 0000000..dff36ae --- /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 */ -- GitLab