patch-2.4.21 linux-2.4.21/include/asm-ppc/machdep.h

Next file: linux-2.4.21/include/asm-ppc/mc146818rtc.h
Previous file: linux-2.4.21/include/asm-ppc/m48t35.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-ppc/machdep.h linux-2.4.21/include/asm-ppc/machdep.h
@@ -1,6 +1,3 @@
-/*
- * BK Id: %F% %I% %G% %U% %#%
- */
 #ifdef __KERNEL__
 #ifndef _PPC_MACHDEP_H
 #define _PPC_MACHDEP_H
@@ -48,6 +45,7 @@
 	unsigned long	(*find_end_of_memory)(void);
 	void		(*setup_io_mappings)(void);
 
+	void		(*early_serial_map)(void);
   	void		(*progress)(char *, unsigned short);
 
 	unsigned char 	(*nvram_read_val)(int addr);
@@ -106,6 +104,9 @@
 	 */
 	int (*feature_call)(unsigned int feature, ...);
 
+	/* Hook for board-specific info passed by the bootloader */
+	void (*board_info)(void *bdinfo, int bdinfo_size);
+
 #ifdef CONFIG_SMP
 	/* functions for dealing with other cpus */
 	struct smp_ops_t *smp_ops;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)