]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/gdsys/mpc8308/mpc8308.h
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / board / gdsys / mpc8308 / mpc8308.h
1 #ifndef __MPC8308_H_
2 #define __MPC8308_H_
3
4 /* functions to be provided by board implementation */
5 void mpc8308_init(void);
6 void mpc8308_set_fpga_reset(unsigned state);
7 void mpc8308_setup_hw(void);
8 int mpc8308_get_fpga_done(unsigned fpga);
9
10 #endif /* __MPC8308_H_ */