blob: b15623f3f81d857db40ad18515ef925b3f2c3f98 [file] [log] [blame]
Dirk Eibach255ef4d2011-10-20 11:12:55 +02001#ifndef __405EX_H_
2#define __405EX_H_
3
4/* functions to be provided by board implementation */
5void gd405ex_init(void);
6void gd405ex_set_fpga_reset(unsigned state);
7void gd405ex_setup_hw(void);
8int gd405ex_get_fpga_done(unsigned fpga);
9
10#endif /* __405EX_H_ */