5647dbc62bbe9f4b5b6a712e9d5f1f9fc6a25c1f
[platform/kernel/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_ */