aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/devices/SPC560Pxx
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/devices/SPC560Pxx')
-rw-r--r--os/common/startup/e200/devices/SPC560Pxx/boot.h6
-rw-r--r--os/common/startup/e200/devices/SPC560Pxx/intc.h6
-rw-r--r--os/common/startup/e200/devices/SPC560Pxx/ppcparams.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/os/common/startup/e200/devices/SPC560Pxx/boot.h b/os/common/startup/e200/devices/SPC560Pxx/boot.h
index 70b4f53fb..855e95db9 100644
--- a/os/common/startup/e200/devices/SPC560Pxx/boot.h
+++ b/os/common/startup/e200/devices/SPC560Pxx/boot.h
@@ -20,8 +20,8 @@
* @{
*/
-#ifndef _BOOT_H_
-#define _BOOT_H_
+#ifndef BOOT_H
+#define BOOT_H
/*===========================================================================*/
/* Module constants. */
@@ -109,6 +109,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _BOOT_H_ */
+#endif /* BOOT_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC560Pxx/intc.h b/os/common/startup/e200/devices/SPC560Pxx/intc.h
index 7727424da..d6b657da3 100644
--- a/os/common/startup/e200/devices/SPC560Pxx/intc.h
+++ b/os/common/startup/e200/devices/SPC560Pxx/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/SPC560Pxx/ppcparams.h b/os/common/startup/e200/devices/SPC560Pxx/ppcparams.h
index f85f416a8..4c885a411 100644
--- a/os/common/startup/e200/devices/SPC560Pxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC560Pxx/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 261
-#endif /* _PPCPARAMS_H_ */
+#endif /* PPCPARAMS_H */
/** @} */