SmartAudio/lichee/brandy/u-boot-2014.07/include/boot0_extend.h

7 lines
247 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef _BOOT0_EXTEND_H_
#define _BOOT0_EXTEND_H_
int get_boot0_extend_msg(struct boot0_extend_msg *);
int set_boot0_extend_msg(struct boot0_extend_msg *);
int print_boot0_extend_msg(const struct boot0_extend_msg *);
#endif /* _BOOT0_EXTEND_H_ */