X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=include%2Fyaboot.h;fp=include%2Fyaboot.h;h=d7a92775570522430c1f29bff4df10d574f92663;hb=f4ebbd9f7ea23e3f0fcbe098754580c220894628;hp=0000000000000000000000000000000000000000;hpb=f42aaadb5c8c5f7f15e5159cbc251e64e1a4ac8f;p=yaboot.git diff --git a/include/yaboot.h b/include/yaboot.h new file mode 100644 index 0000000..d7a9277 --- /dev/null +++ b/include/yaboot.h @@ -0,0 +1,20 @@ +#ifndef __YABOOT_H__ +#define __YABOOT_H__ + +#include "file.h" + +struct boot_param_t { + struct boot_fspec_t kernel; + struct boot_fspec_t rd; + struct boot_fspec_t sysmap; + struct boot_fspec_t splash; + + char* args; +}; + +extern int useconf; +extern char bootdevice[]; +extern char *bootpath; +extern int bootpartition; + +#endif \ No newline at end of file