summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.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/mpc5xx/exceptions/raw_exception.h
parentRearrange devLib address spaces. (diff)
downloadrtems-a859df8559f4b920036ffd9fd9ca467e5827bd37.tar.bz2
New header guards.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h b/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h
index 15e3478b53..6d8f7e2714 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef _LIBCPU_MPC5XX_EXCEPTION_RAW_EXCEPTION_H
-#define _LIBCPU_MPC5XX_EXCEPTION_RAW_EXCEPTION_H
+#ifndef _LIBCPU_RAW_EXCEPTION_H
+#define _LIBCPU_RAW_EXCEPTION_H
#include <libcpu/vectors.h>