Dirk Eibach | 6e9e6c3 | 2012-04-26 03:54:22 +0000 | [diff] [blame] | 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_ */ |