aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/devices/SPC56ELxx
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/devices/SPC56ELxx')
-rw-r--r--os/common/startup/e200/devices/SPC56ELxx/boot.h6
-rw-r--r--os/common/startup/e200/devices/SPC56ELxx/intc.h6
-rw-r--r--os/common/startup/e200/devices/SPC56ELxx/ppcparams.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/os/common/startup/e200/devices/SPC56ELxx/boot.h b/os/common/startup/e200/devices/SPC56ELxx/boot.h
index 47ec4a128..2bf8c1678 100644
--- a/os/common/startup/e200/devices/SPC56ELxx/boot.h
+++ b/os/common/startup/e200/devices/SPC56ELxx/boot.h
@@ -20,8 +20,8 @@
* @{
*/
-#ifndef _BOOT_H_
-#define _BOOT_H_
+#ifndef BOOT_H
+#define BOOT_H
/*===========================================================================*/
/* Module constants. */
@@ -243,6 +243,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _BOOT_H_ */
+#endif /* BOOT_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC56ELxx/intc.h b/os/common/startup/e200/devices/SPC56ELxx/intc.h
index 0204449e2..06392ef80 100644
--- a/os/common/startup/e200/devices/SPC56ELxx/intc.h
+++ b/os/common/startup/e200/devices/SPC56ELxx/intc.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _INTC_H_
-#define _INTC_H_
+#ifndef INTC_H
+#define INTC_H
/*===========================================================================*/
/* Module constants. */
@@ -88,6 +88,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _INTC_H_ */
+#endif /* INTC_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC56ELxx/ppcparams.h b/os/common/startup/e200/devices/SPC56ELxx/ppcparams.h
index e8cb36ed1..2bec34c19 100644
--- a/os/common/startup/e200/devices/SPC56ELxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC56ELxx/ppcparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _PPCPARAMS_H_
-#define _PPCPARAMS_H_
+#ifndef PPCPARAMS_H
+#define PPCPARAMS_H
/**
* @brief Family identification macro.
@@ -78,6 +78,6 @@
*/
#define PPC_NUM_VECTORS 256
-#endif /* _PPCPARAMS_H_ */
+#endif /* PPCPARAMS_H */
/** @} */