X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fyaboot.h;h=99d60b789bce73ff338b862b5be3fd3dd147e90d;hp=d7a92775570522430c1f29bff4df10d574f92663;hb=da7857367944c983abf98f956241dcc614b2f453;hpb=f4ebbd9f7ea23e3f0fcbe098754580c220894628 diff --git a/include/yaboot.h b/include/yaboot.h index d7a9277..99d60b7 100644 --- a/include/yaboot.h +++ b/include/yaboot.h @@ -7,7 +7,6 @@ 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; }; @@ -17,4 +16,4 @@ extern char bootdevice[]; extern char *bootpath; extern int bootpartition; -#endif \ No newline at end of file +#endif