9
0
Fork 0
barebox/include/boot.h

13 lines
268 B
C
Raw Normal View History

2007-07-05 16:02:11 +00:00
#ifndef __BOOT_H
#define __BOOT_H
#ifdef CONFIG_OF_FLAT_TREE
int do_bootm_linux(struct image_handle *os, struct image_handle *initrd,
2007-07-05 16:02:11 +00:00
const char *oftree);
#else
int do_bootm_linux(struct image_handle *os, struct image_handle *initrd);
2007-07-05 16:02:11 +00:00
#endif
#endif /* __BOOT_H */