]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gdsys/mpc8308/mpc8308.h
mpc83xx: Add gdsys hrcon board
[karo-tx-uboot.git] / board / gdsys / mpc8308 / mpc8308.h
diff --git a/board/gdsys/mpc8308/mpc8308.h b/board/gdsys/mpc8308/mpc8308.h
new file mode 100644 (file)
index 0000000..dc07d56
--- /dev/null
@@ -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_ */