]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/gdsys/405ep/405ep.h
drivers, block: remove sil680 driver
[people/ms/u-boot.git] / board / gdsys / 405ep / 405ep.h
1 #ifndef __405EP_H_
2 #define __405EP_H_
3
4 /* functions to be provided by board implementation */
5 void gd405ep_init(void);
6 void gd405ep_set_fpga_reset(unsigned state);
7 void gd405ep_setup_hw(void);
8 int gd405ep_get_fpga_done(unsigned fpga);
9
10 #endif /* __405EP_H_ */