405ex.h 260 B

12345678910
  1. #ifndef __405EX_H_
  2. #define __405EX_H_
  3. /* functions to be provided by board implementation */
  4. void gd405ex_init(void);
  5. void gd405ex_set_fpga_reset(unsigned state);
  6. void gd405ex_setup_hw(void);
  7. int gd405ex_get_fpga_done(unsigned fpga);
  8. #endif /* __405EX_H_ */