summaryrefslogtreecommitdiff
path: root/hal/rcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'hal/rcc.h')
-rw-r--r--hal/rcc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hal/rcc.h b/hal/rcc.h
new file mode 100644
index 0000000..8c5fb86
--- /dev/null
+++ b/hal/rcc.h
@@ -0,0 +1,6 @@
+#ifndef RCC_H
+#define RCC_H
+
+void rcc_init();
+
+#endif