mpc8308.h 266 B

12345678910
  1. #ifndef __MPC8308_H_
  2. #define __MPC8308_H_
  3. /* functions to be provided by board implementation */
  4. void mpc8308_init(void);
  5. void mpc8308_set_fpga_reset(unsigned state);
  6. void mpc8308_setup_hw(void);
  7. int mpc8308_get_fpga_done(unsigned fpga);
  8. #endif /* __MPC8308_H_ */