aboutsummaryrefslogtreecommitdiffstats
path: root/pit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'pit.hpp')
-rw-r--r--pit.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/pit.hpp b/pit.hpp
new file mode 100644
index 0000000..5c2796c
--- /dev/null
+++ b/pit.hpp
@@ -0,0 +1,10 @@
+#ifndef PIT_HPP
+#define PIT_HPP
+
+#include <cstdint>
+
+void pit_initialize(std::uint32_t frequency);
+void pit_busy_wait(std::int32_t tks);
+
+#endif // PIT_HPP
+