patch-2.3.18 linux/include/asm-ppc/machdep.h
Next file: linux/include/asm-ppc/pci.h
Previous file: linux/include/asm-ppc/keyboard.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Sep 8 10:59:07 1999
- Orig file:
v2.3.17/linux/include/asm-ppc/machdep.h
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.17/linux/include/asm-ppc/machdep.h linux/include/asm-ppc/machdep.h
@@ -72,6 +72,8 @@
int (*pcibios_write_config_dword)(unsigned char bus,
unsigned char dev_fn, unsigned char offset, unsigned int val);
void (*pcibios_fixup)(void);
+struct pci_bus;
+ void (*pcibios_fixup_bus)(struct pci_bus *);
};
extern struct machdep_calls ppc_md;
@@ -90,7 +92,8 @@
int _machine;
unsigned long initrd_start, initrd_size;
unsigned long systemmap_start, systemmap_size;
- char reserved[3684]; /* pad to 1 page */
+ unsigned long prom_entry;
+ char reserved[3680]; /* pad to 1 page */
unsigned long magic_end;
};
struct boot_info *binfo;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)