9
0
Fork 0
barebox/include/boot.h

23 lines
494 B
C

#ifndef __BOOT_H
#define __BOOT_H
#ifdef CONFIG_OF_FLAT_TREE
int do_bootm_linux(image_header_t *os, image_header_t *initrd,
const char *oftree);
#else
int do_bootm_linux(image_header_t *os, image_header_t *initrd);
#endif
#endif /* __BOOT_H */
#ifndef __BOOT_H
#define __BOOT_H
#ifdef CONFIG_OF_FLAT_TREE
int do_bootm_linux(image_header_t *os, image_header_t *initrd,
const char *oftree);
#else
int do_bootm_linux(image_header_t *os, image_header_t *initrd);
#endif
#endif /* __BOOT_H */