summaryrefslogtreecommitdiff
path: root/drivers/reset/sunxi/ccu_reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/sunxi/ccu_reset.h')
-rw-r--r--drivers/reset/sunxi/ccu_reset.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/reset/sunxi/ccu_reset.h b/drivers/reset/sunxi/ccu_reset.h
new file mode 100644
index 0000000000..83b30a01e8
--- /dev/null
+++ b/drivers/reset/sunxi/ccu_reset.h
@@ -0,0 +1,9 @@
+#ifndef _CCU_RESET_H_
+#define _CCU_RESET_H_
+
+struct ccu_reset_map {
+ uint16_t reg;
+ uint32_t bit;
+};
+
+#endif /* _CCU_RESET_H_ */