aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/devices/SPC56ECxx/intc.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/devices/SPC56ECxx/intc.h')
-rw-r--r--os/common/startup/e200/devices/SPC56ECxx/intc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/e200/devices/SPC56ECxx/intc.h b/os/common/startup/e200/devices/SPC56ECxx/intc.h
index 40401b36f..87d0caad5 100644
--- a/os/common/startup/e200/devices/SPC56ECxx/intc.h
+++ b/os/common/startup/e200/devices/SPC56ECxx/intc.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _INTC_H_
-#define _INTC_H_
+#ifndef INTC_H
+#define INTC_H
/*===========================================================================*/
/* Module constants. */
@@ -90,6 +90,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _INTC_H_ */
+#endif /* INTC_H */
/** @} */