aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers/CW/vectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/compilers/CW/vectors.h')
-rw-r--r--os/common/startup/e200/compilers/CW/vectors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/e200/compilers/CW/vectors.h b/os/common/startup/e200/compilers/CW/vectors.h
index 26f7607df..95b1ff72c 100644
--- a/os/common/startup/e200/compilers/CW/vectors.h
+++ b/os/common/startup/e200/compilers/CW/vectors.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _VECTORS_H_
-#define _VECTORS_H_
+#ifndef VECTORS_H
+#define VECTORS_H
#include "ppcparams.h"
@@ -73,6 +73,6 @@ extern "C" {
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _VECTORS_H_ */
+#endif /* VECTORS_H */
/** @} */