diff options
Diffstat (limited to 'include/asm-ppc/machdep.h')
-rw-r--r-- | include/asm-ppc/machdep.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-ppc/machdep.h b/include/asm-ppc/machdep.h index 40e5ea046..eaf91b288 100644 --- a/include/asm-ppc/machdep.h +++ b/include/asm-ppc/machdep.h @@ -83,23 +83,6 @@ extern char cmd_line[512]; extern void setup_pci_ptrs(void); -#define BOOT_INFO_VER 0x1 -#define BOOT_INFO_MAGIC 0x05027800 - -struct boot_info -{ - unsigned long magic_start; - char cmd_line[256]; - char boot_loader[128]; - int _machine_type; - unsigned long initrd_start, initrd_size; - unsigned long systemmap_start, systemmap_size; - unsigned long prom_entry; - char reserved[3680]; /* pad to 1 page */ - unsigned long magic_end; -}; -struct boot_info *binfo; - /* * Power macintoshes have either a CUDA or a PMU controlling * system reset, power, NVRAM, RTC. |