diff options
Diffstat (limited to 'os/common/startup/e200/devices/SPC56ECxx')
-rw-r--r-- | os/common/startup/e200/devices/SPC56ECxx/boot.h | 6 | ||||
-rw-r--r-- | os/common/startup/e200/devices/SPC56ECxx/intc.h | 6 | ||||
-rw-r--r-- | os/common/startup/e200/devices/SPC56ECxx/ppcparams.h | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/os/common/startup/e200/devices/SPC56ECxx/boot.h b/os/common/startup/e200/devices/SPC56ECxx/boot.h index a8115553d..0d3c564db 100644 --- a/os/common/startup/e200/devices/SPC56ECxx/boot.h +++ b/os/common/startup/e200/devices/SPC56ECxx/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/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 */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC56ECxx/ppcparams.h b/os/common/startup/e200/devices/SPC56ECxx/ppcparams.h index e43abf108..4fb046199 100644 --- a/os/common/startup/e200/devices/SPC56ECxx/ppcparams.h +++ b/os/common/startup/e200/devices/SPC56ECxx/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 279
-#endif /* _PPCPARAMS_H_ */
+#endif /* PPCPARAMS_H */
/** @} */
|