]> git.ozlabs.org Git - yaboot.git/blob - include/yaboot.h
d7a92775570522430c1f29bff4df10d574f92663
[yaboot.git] / include / yaboot.h
1 #ifndef __YABOOT_H__
2 #define __YABOOT_H__
3
4 #include "file.h"
5
6 struct boot_param_t {
7         struct boot_fspec_t     kernel;
8         struct boot_fspec_t     rd;
9         struct boot_fspec_t     sysmap;
10         struct boot_fspec_t     splash;
11
12         char*   args;
13 };
14
15 extern int useconf;
16 extern char bootdevice[];
17 extern char *bootpath;
18 extern int bootpartition;
19
20 #endif