summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/soc/aon.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/soc/aon.h')
-rw-r--r--fw/fe310/eos/soc/aon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/fe310/eos/soc/aon.h b/fw/fe310/eos/soc/aon.h
new file mode 100644
index 0000000..41bdfab
--- /dev/null
+++ b/fw/fe310/eos/soc/aon.h
@@ -0,0 +1,5 @@
+#include <stdint.h>
+
+int eos_aon_init(void);
+uint32_t eos_aon_get_reg(int idx);
+void eos_aon_set_reg(int idx, uint32_t reg); \ No newline at end of file