patch-2.4.0-test11 linux/include/asm-ppc/nvram.h

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

diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-ppc/nvram.h linux/include/asm-ppc/nvram.h
@@ -2,6 +2,7 @@
  * PreP compliant NVRAM access
  */
 
+#ifdef __KERNEL__
 #ifndef _PPC_NVRAM_H
 #define _PPC_NVRAM_H
 
@@ -64,3 +65,4 @@
 #define PMAC_NVRAM_GET_OFFSET	_IOWR('p', 0x40, int) /* Get NVRAM partition offset */
 
 #endif
+#endif /* __KERNEL__ */

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