summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/shared/include/page.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-13 05:00:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-13 05:00:15 +0000
commita859df8559f4b920036ffd9fd9ca467e5827bd37 (patch)
tree54a03ecc413af3171e63cfa65ad0d491fd8e41e6 /c/src/lib/libcpu/powerpc/shared/include/page.h
parentRearrange devLib address spaces. (diff)
downloadrtems-a859df8559f4b920036ffd9fd9ca467e5827bd37.tar.bz2
New header guards.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/shared/include/page.h')
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/page.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/powerpc/shared/include/page.h b/c/src/lib/libcpu/powerpc/shared/include/page.h
index c2f3685cbe..63b089d73c 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/page.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/page.h
@@ -15,8 +15,8 @@
* $Id$
*/
-#ifndef _PPC_PAGE_H
-#define _PPC_PAGE_H
+#ifndef _LIBCPU_PAGE_H
+#define _LIBCPU_PAGE_H
/* PAGE_SHIFT determines the page size */
#define PAGE_SHIFT 12
@@ -65,4 +65,4 @@ typedef unsigned long pgprot_t;
extern unsigned long get_zero_page_fast(void);
#endif /* ASM */
-#endif /* _PPC_PAGE_H */
+#endif /* _LIBCPU_PAGE_H */