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

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

diff -urN linux-2.4.20/include/asm-ppc/nvram.h linux-2.4.21/include/asm-ppc/nvram.h
@@ -1,7 +1,4 @@
 /*
- * BK Id: SCCS/s.nvram.h 1.5 05/17/01 18:14:25 cort
- */
-/*
  * PreP compliant NVRAM access
  */
 
@@ -42,8 +39,6 @@
 	pmac_nvram_NR		/* MacOS Name Registry partition */
 };
 
-#ifdef __KERNEL__
-
 /* Return partition offset in nvram */
 extern int	pmac_get_partition(int partition);
 
@@ -51,8 +46,6 @@
 extern u8	pmac_xpram_read(int xpaddr);
 extern void	pmac_xpram_write(int xpaddr, u8 data);
 
-#endif /* __KERNEL__ */
-
 /* Some offsets in XPRAM */
 #define PMAC_XPRAM_MACHINE_LOC	0xe4
 #define PMAC_XPRAM_SOUND_VOLUME	0x08

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