patch-2.4.5 linux/include/asm-ppc/machdep.h
Next file: linux/include/asm-ppc/mbx.h
Previous file: linux/include/asm-ppc/m48t35.h
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Mon May 21 15:02:06 2001
- Orig file:
v2.4.4/linux/include/asm-ppc/machdep.h
- Orig date:
Mon Jan 22 15:41:15 2001
diff -u --recursive --new-file v2.4.4/linux/include/asm-ppc/machdep.h linux/include/asm-ppc/machdep.h
@@ -1,3 +1,6 @@
+/*
+ * BK Id: SCCS/s.machdep.h 1.11 05/17/01 18:14:25 cort
+ */
#ifdef __KERNEL__
#ifndef _PPC_MACHDEP_H
#define _PPC_MACHDEP_H
@@ -22,7 +25,6 @@
unsigned int (*irq_cannonicalize)(unsigned int irq);
void (*init_IRQ)(void);
int (*get_irq)(struct pt_regs *);
- void (*post_irq)( struct pt_regs *, int );
/* A general init function, called by ppc_init in init/main.c.
May be NULL. */
@@ -41,6 +43,7 @@
unsigned long heartbeat_reset;
unsigned long heartbeat_count;
+ unsigned long (*find_end_of_memory)(void);
void (*progress)(char *, unsigned short);
unsigned char (*nvram_read_val)(int addr);
@@ -79,6 +82,11 @@
* Returns 0 to allow assignement/enabling of the device
*/
int (*pcibios_enable_device_hook)(struct pci_dev *, int initial);
+
+ /* Called at then very end of pcibios_init()
+ */
+ void (*pcibios_after_init)(void);
+
/* this is for modules, since _machine can be a define -- Cort */
int ppc_machine;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)