aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/allwinner/a10/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/allwinner/a10/chip.h')
-rw-r--r--src/cpu/allwinner/a10/chip.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cpu/allwinner/a10/chip.h b/src/cpu/allwinner/a10/chip.h
new file mode 100644
index 0000000000..16f60c06fb
--- /dev/null
+++ b/src/cpu/allwinner/a10/chip.h
@@ -0,0 +1,11 @@
+/*
+ * Allwinnwer A10 devicetree config struct
+ *
+ * Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com>
+ * Subject to the GNU GPL v2, or (at your option) any later version.
+ */
+
+#include <types.h>
+
+struct cpu_allwinner_a10_config {
+};