9
0
Fork 0

svn_rev_625

This commit is contained in:
Sascha Hauer 2007-07-05 18:02:11 +02:00 committed by Sascha Hauer
parent adfd4533a4
commit 56828684a2
1 changed files with 22 additions and 0 deletions

22
include/boot.h Normal file
View File

@ -0,0 +1,22 @@
#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 */