]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/gdsys/405ex/405ex.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
[karo-tx-uboot.git] / board / gdsys / 405ex / 405ex.h
1 #ifndef __405EX_H_
2 #define __405EX_H_
3
4 /* functions to be provided by board implementation */
5 void gd405ex_init(void);
6 void gd405ex_set_fpga_reset(unsigned state);
7 void gd405ex_setup_hw(void);
8 int gd405ex_get_fpga_done(unsigned fpga);
9
10 #endif /* __405EX_H_ */