]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/gdsys/mpc8308/mpc8308.h
vexpress: Sign up as maintainer
[people/ms/u-boot.git] / board / gdsys / mpc8308 / mpc8308.h
CommitLineData
50dcf89d
DE
1#ifndef __MPC8308_H_
2#define __MPC8308_H_
3
4/* functions to be provided by board implementation */
5void mpc8308_init(void);
6void mpc8308_set_fpga_reset(unsigned state);
7void mpc8308_setup_hw(void);
8int mpc8308_get_fpga_done(unsigned fpga);
9
10#endif /* __MPC8308_H_ */