X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fbootinfo.h;h=7602e489ded1c64fcbf114b1f552051616f54503;hp=ffc3f044b0d4a8fdce7fc0ff56b2a1ac54dc702b;hb=a9e02f948a7e3f8ada87e07a0c1a382805ad15c6;hpb=0ef1539b6f680ba09c88be5bb94a821fd2599931 diff --git a/include/bootinfo.h b/include/bootinfo.h index ffc3f04..7602e48 100644 --- a/include/bootinfo.h +++ b/include/bootinfo.h @@ -1,11 +1,23 @@ /* - * Non-machine dependent bootinfo structure. Basic idea - * borrowed from the m68k. + * bootinfo.h - Non-machine dependent bootinfo structure. Basic idea from m68k * - * Copyright (C) 1999 Cort Dougan + * Copyright (C) 1999 Cort Dougan + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - #ifndef _PPC_BOOTINFO_H #define _PPC_BOOTINFO_H @@ -22,6 +34,7 @@ #define _MACH_classic 0x00000400 /* RPCG RPX-Classic 8xx board */ #define _MACH_oak 0x00000800 /* IBM "Oak" 403 eval. board */ #define _MACH_walnut 0x00001000 /* IBM "Walnut" 405GP eval. board */ +#define _MACH_bplan 0x00002000 /* Pegasos/Efika, broken partition #s */ struct bi_record { unsigned long tag; /* tag ID */ @@ -39,9 +52,11 @@ struct bi_record { #endif /* _PPC_BOOTINFO_H */ -/* +extern int _machine; + +/* * Local variables: - * c-file-style: "K&R" + * c-file-style: "k&r" * c-basic-offset: 5 * End: */