summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h b/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h
index ce1d3fca17..adaff4d046 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.h
@@ -18,8 +18,8 @@
*
* $Id$
*/
-#ifndef LIBCPU_POWERPC_MBX5XX_VECTORS_H
-#define LIBCPU_POWERPC_MBX5XX_VECTORS_H
+#ifndef _LIBCPU_VECTORS_H
+#define _LIBCPU_VECTORS_H
/*
@@ -153,4 +153,4 @@ extern rtems_exception_handler_t* exception_handler_table[NUM_EXCEPTIONS];
#endif /* ASM */
-#endif /* LIBCPU_POWERPC_MPC5XX_VECTORS_H */
+#endif /* _LIBCPU_VECTORS_H */