From a859df8559f4b920036ffd9fd9ca467e5827bd37 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 13 Feb 2005 05:00:15 +0000 Subject: New header guards. --- c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h') diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h b/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h index abe24b0954..a2c34a3141 100644 --- a/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h +++ b/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h @@ -55,8 +55,8 @@ * $Id$ */ -#ifndef _MPC5xx_h -#define _MPC5xx_h +#ifndef _MPC5XX_H +#define _MPC5XX_H #include @@ -617,4 +617,4 @@ extern volatile imb_t imb; /* defined in linkcmds */ #endif /* ASM */ -#endif /* _MPC5xx_h */ +#endif /* _MPC5XX_H */ -- cgit v1.2.3