summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/prep_nvram.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-28 03:58:46 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-28 03:58:46 +0000
commitb63ad0882a16a5d28003e57f2b0b81dee3fb322b (patch)
tree0a343ce219e2b8b38a5d702d66032c57b83d9720 /include/asm-ppc/prep_nvram.h
parenta9d7bff9a84dba79609a0002e5321b74c4d64c64 (diff)
Merge with 2.4.0-test11.
Diffstat (limited to 'include/asm-ppc/prep_nvram.h')
-rw-r--r--include/asm-ppc/prep_nvram.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/prep_nvram.h b/include/asm-ppc/prep_nvram.h
index 2f0f80b5c..82ec21508 100644
--- a/include/asm-ppc/prep_nvram.h
+++ b/include/asm-ppc/prep_nvram.h
@@ -17,6 +17,7 @@
For enum's: if given in hex then they are bit significant, i.e. only
one bit is on for each enum.
*/
+#ifdef __KERNEL__
#ifndef _PPC_PREP_NVRAM_H
#define _PPC_PREP_NVRAM_H
@@ -144,3 +145,4 @@ void prep_nvram_write_val(int addr,
unsigned char val);
#endif /* _PPC_PREP_NVRAM_H */
+#endif /* __KERNEL__ */