summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc5xx/include/console.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/include/console.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/include/console.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h b/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h
index 83dbe8b7f3..906b8e4d5d 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/include/console.h
@@ -12,8 +12,8 @@
* $Id$
*/
-#ifndef _M5xx_CONSOLE_H_
-#define _M5xx_CONSOLE_H_
+#ifndef _MPC5XX_CONSOLE_H
+#define _MPC5XX_CONSOLE_H
#include <rtems/libio.h>
#include <rtems/termiostypes.h>
@@ -34,4 +34,4 @@ int m5xx_uart_setAttributes(int, const struct termios* t);
#define SCI1_MINOR 0
#define SCI2_MINOR 1
-#endif /* _M5xx_CONSOLE_H_ */
+#endif /* _MPC5XX_CONSOLE_H */