Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
[platform/kernel/u-boot.git] / board / gdsys / mpc8308 / mpc8308.h
1 #ifndef __MPC8308_H_
2 #define __MPC8308_H_
3
4 void setbits_gpio0_out(u32 mask);
5 void clrbits_gpio0_out(u32 mask);
6
7 /* functions to be provided by board implementation */
8 void mpc8308_init(void);
9 void mpc8308_set_fpga_reset(unsigned state);
10 void mpc8308_setup_hw(void);
11 int mpc8308_get_fpga_done(unsigned fpga);
12
13 #endif /* __MPC8308_H_ */