diff options
Diffstat (limited to 'roms/u-boot/board/gdsys/mpc8308/mpc8308.h')
-rw-r--r-- | roms/u-boot/board/gdsys/mpc8308/mpc8308.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/board/gdsys/mpc8308/mpc8308.h b/roms/u-boot/board/gdsys/mpc8308/mpc8308.h new file mode 100644 index 000000000..1e4f24fb2 --- /dev/null +++ b/roms/u-boot/board/gdsys/mpc8308/mpc8308.h @@ -0,0 +1,13 @@ +#ifndef __MPC8308_H_ +#define __MPC8308_H_ + +void setbits_gpio0_out(u32 mask); +void clrbits_gpio0_out(u32 mask); + +/* functions to be provided by board implementation */ +void mpc8308_init(void); +void mpc8308_set_fpga_reset(unsigned state); +void mpc8308_setup_hw(void); +int mpc8308_get_fpga_done(unsigned fpga); + +#endif /* __MPC8308_H_ */ |