X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fyaboot.h;h=49e8e10fa11ecc31be94c3fb2b5af72e1c32713a;hp=94d3d6e144e7b1b2388f18538686905a609281cd;hb=HEAD;hpb=2ad0d7649e5042cad43a16b4a03bf53f39948316 diff --git a/include/yaboot.h b/include/yaboot.h index 94d3d6e..49e8e10 100644 --- a/include/yaboot.h +++ b/include/yaboot.h @@ -1,25 +1,25 @@ /* - * Yaboot - secondary boot loader for Linux on PowerPC. + * Yaboot - secondary boot loader for Linux on PowerPC. * * Copyright (C) 2001 Ethan Benson * * Copyright (C) 1999, 2000, 2001 Benjamin Herrenschmidt - * + * * IBM CHRP support - * + * * Copyright (C) 2001 Peter Bergner * * portions based on poof - * + * * Copyright (C) 1999 Marius Vollmer - * + * * portions based on quik - * + * * Copyright (C) 1996 Paul Mackerras. - * + * * Because this program is derived from the corresponding file in the * silo-0.64 distribution, it is also - * + * * Copyright (C) 1996 Pete A. Zaitcev * 1996 Maurizio Plaza * 1996 David S. Miller @@ -49,7 +49,6 @@ struct boot_param_t { struct boot_fspec_t kernel; struct boot_fspec_t rd; - struct boot_fspec_t sysmap; char* args; };