summaryrefslogtreecommitdiff
path: root/board/gdsys/mpc8308/mpc8308.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/gdsys/mpc8308/mpc8308.h')
-rw-r--r--board/gdsys/mpc8308/mpc8308.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/gdsys/mpc8308/mpc8308.h b/board/gdsys/mpc8308/mpc8308.h
new file mode 100644
index 0000000..dc07d56
--- /dev/null
+++ b/board/gdsys/mpc8308/mpc8308.h
@@ -0,0 +1,10 @@
+#ifndef __MPC8308_H_
+#define __MPC8308_H_
+
+/* functions to be provided by board implementation */
+void mpc8308_init(void);
+void mpc8308_set_fpga_reset(unsigned state);
+void mpc8308_setup_hw(void);
+int mpc8308_get_fpga_done(unsigned fpga);
+
+#endif /* __MPC8308_H_ */