aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 10:01:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 10:01:41 +0000
commit9ab3be39cbb99b811b29b56aad107298828fd52c (patch)
treee50e9d9f8ce13d4a483d8cd7812c9d99c681c274 /os/common/startup
parent50b0e64179d55478206b7a3a6fc8e852d12d373d (diff)
downloadChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.tar.gz
ChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.tar.bz2
ChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.zip
Fixed more header guards.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup')
-rw-r--r--os/common/startup/ARM/devices/LPC214x/armparams.h8
-rw-r--r--os/common/startup/ARM/devices/LPC214x/lpc214x.h10
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/vectors.h6
-rw-r--r--os/common/startup/ARMCMx/devices/K20x/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/KL2x/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F1xx/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F2xx/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F3xx/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/STM32L1xx/cmparams.h6
-rw-r--r--os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h6
-rw-r--r--os/common/startup/e200/compilers/CW/vectors.h6
-rw-r--r--os/common/startup/e200/compilers/GCC/vectors.h6
-rw-r--r--os/common/startup/e200/devices/SPC560BCxx/boot.h6
-rw-r--r--os/common/startup/e200/devices/SPC560BCxx/intc.h6
-rw-r--r--os/common/startup/e200/devices/SPC560BCxx/ppcparams.h6
-rw-r--r--os/common/startup/e200/devices/SPC560Bxx/boot.h6
-rw-r--r--os/common/startup/e200/devices/SPC560Bxx/intc.h6
-rw-r--r--os/common/startup/e200/devices/SPC560Bxx/ppcparams.h6
-rw-r--r--os/common/startup/e200/devices/SPC560Dxx/boot.h6
-rw-r--r--os/common/startup/e200/devices/SPC560Dxx/intc.h6
-rw-r--r--os/common/startup/e200/devices/SPC560Dxx/ppcparams.h6
-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
-rw-r--r--os/common/startup/e200/devices/SPC563Mxx/boot.h6
-rw-r--r--os/common/startup/e200/devices/SPC563Mxx/intc.h6
-rw-r--r--os/common/startup/e200/devices/SPC563Mxx/ppcparams.h6
-rw-r--r--os/common/startup/e200/devices/SPC564Axx/boot.h6
-rw-r--r--os/common/startup/e200/devices/SPC564Axx/intc.h6
-rw-r--r--os/common/startup/e200/devices/SPC564Axx/ppcparams.h6
-rw-r--r--os/common/startup/e200/devices/SPC56ECxx/boot.h6
-rw-r--r--os/common/startup/e200/devices/SPC56ECxx/intc.h6
-rw-r--r--os/common/startup/e200/devices/SPC56ECxx/ppcparams.h6
-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
-rw-r--r--os/common/startup/e200/devices/SPC57EMxx_HSM/boot.h6
-rw-r--r--os/common/startup/e200/devices/SPC57EMxx_HSM/intc.h6
-rw-r--r--os/common/startup/e200/devices/SPC57EMxx_HSM/ppcparams.h6
43 files changed, 132 insertions, 132 deletions
diff --git a/os/common/startup/ARM/devices/LPC214x/armparams.h b/os/common/startup/ARM/devices/LPC214x/armparams.h
index 476ad1e4e..d273c9f0a 100644
--- a/os/common/startup/ARM/devices/LPC214x/armparams.h
+++ b/os/common/startup/ARM/devices/LPC214x/armparams.h
@@ -15,7 +15,7 @@
*/
/**
- * @file armparams.h
+ * @file LPC214x/armparams.h
* @brief ARM parameters for the LPC214x.
*
* @defgroup ARM_LPC214x LPC214x Specific Parameters
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _ARMPARAMS_H_
-#define _ARMPARAMS_H_
+#ifndef ARMPARAMS_H
+#define ARMPARAMS_H
/**
* @brief ARM core model.
@@ -57,6 +57,6 @@
#define ARM_IRQ_VECTOR_REG 0xFFFFF030
#endif
-#endif /* _ARMPARAMS_H_ */
+#endif /* ARMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARM/devices/LPC214x/lpc214x.h b/os/common/startup/ARM/devices/LPC214x/lpc214x.h
index ccf344e6d..b21c0b49a 100644
--- a/os/common/startup/ARM/devices/LPC214x/lpc214x.h
+++ b/os/common/startup/ARM/devices/LPC214x/lpc214x.h
@@ -15,12 +15,12 @@
*/
/**
- * @file lpc214x.h
- * @brief LPC214x register definitions.
+ * @file lpc214x.h
+ * @brief LPC214x register definitions.
*/
-#ifndef _LPC214X_H_
-#define _LPC214X_H_
+#ifndef LPC214X_H
+#define LPC214X_H
typedef volatile uint8_t IOREG8;
typedef volatile uint16_t IOREG16;
@@ -519,5 +519,5 @@ typedef struct {
*/
#define DACR (*((IOREG32 *)0xE006C000))
-#endif /* _LPC214X_H_ */
+#endif /* LPC214X_H */
diff --git a/os/common/startup/ARMCMx/compilers/GCC/vectors.h b/os/common/startup/ARMCMx/compilers/GCC/vectors.h
index d4149b747..a793a26bf 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/vectors.h
+++ b/os/common/startup/ARMCMx/compilers/GCC/vectors.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _VECTORS_H_
-#define _VECTORS_H_
+#ifndef VECTORS_H
+#define VECTORS_H
#include "cmparams.h"
@@ -97,6 +97,6 @@ extern "C" {
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _VECTORS_H_ */
+#endif /* VECTORS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/K20x/cmparams.h b/os/common/startup/ARMCMx/devices/K20x/cmparams.h
index 1c305ec35..ec4c5a6af 100644
--- a/os/common/startup/ARMCMx/devices/K20x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/K20x/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -74,6 +74,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/KL2x/cmparams.h b/os/common/startup/ARMCMx/devices/KL2x/cmparams.h
index 7da85c8aa..f68e3cf51 100644
--- a/os/common/startup/ARMCMx/devices/KL2x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/KL2x/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -74,6 +74,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h
index fb2e3360e..1ede485c9 100644
--- a/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -81,6 +81,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/STM32F1xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F1xx/cmparams.h
index c7fa919d6..b54f872f5 100644
--- a/os/common/startup/ARMCMx/devices/STM32F1xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F1xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -82,6 +82,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/STM32F2xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F2xx/cmparams.h
index 8b344e691..4c92a3364 100644
--- a/os/common/startup/ARMCMx/devices/STM32F2xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F2xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -76,6 +76,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/STM32F3xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F3xx/cmparams.h
index cab4b5311..0064a5c63 100644
--- a/os/common/startup/ARMCMx/devices/STM32F3xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F3xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -85,6 +85,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h
index 6fe592ebe..9d8d2d84b 100644
--- a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -85,6 +85,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h
index 7a6599a7b..8fc73be10 100644
--- a/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -80,6 +80,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h
index 4cf610399..a651345d1 100644
--- a/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -78,6 +78,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/STM32L1xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32L1xx/cmparams.h
index ff6a282a7..099ec7636 100644
--- a/os/common/startup/ARMCMx/devices/STM32L1xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32L1xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -89,6 +89,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
diff --git a/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h
index a72c7dc6d..d12aa8e53 100644
--- a/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -82,6 +82,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
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 */
/** @} */
diff --git a/os/common/startup/e200/compilers/GCC/vectors.h b/os/common/startup/e200/compilers/GCC/vectors.h
index 052314a60..392148fb2 100644
--- a/os/common/startup/e200/compilers/GCC/vectors.h
+++ b/os/common/startup/e200/compilers/GCC/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 */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC560BCxx/boot.h b/os/common/startup/e200/devices/SPC560BCxx/boot.h
index fbc145c90..9116a6388 100644
--- a/os/common/startup/e200/devices/SPC560BCxx/boot.h
+++ b/os/common/startup/e200/devices/SPC560BCxx/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/SPC560BCxx/intc.h b/os/common/startup/e200/devices/SPC560BCxx/intc.h
index 392c22a4e..99b849148 100644
--- a/os/common/startup/e200/devices/SPC560BCxx/intc.h
+++ b/os/common/startup/e200/devices/SPC560BCxx/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/SPC560BCxx/ppcparams.h b/os/common/startup/e200/devices/SPC560BCxx/ppcparams.h
index 4590ffec0..f65102d57 100644
--- a/os/common/startup/e200/devices/SPC560BCxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC560BCxx/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 217
-#endif /* _PPCPARAMS_H_ */
+#endif /* PPCPARAMS_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC560Bxx/boot.h b/os/common/startup/e200/devices/SPC560Bxx/boot.h
index 10f2a4c76..707244d00 100644
--- a/os/common/startup/e200/devices/SPC560Bxx/boot.h
+++ b/os/common/startup/e200/devices/SPC560Bxx/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/SPC560Bxx/intc.h b/os/common/startup/e200/devices/SPC560Bxx/intc.h
index b336e93b5..6ba7d7418 100644
--- a/os/common/startup/e200/devices/SPC560Bxx/intc.h
+++ b/os/common/startup/e200/devices/SPC560Bxx/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/SPC560Bxx/ppcparams.h b/os/common/startup/e200/devices/SPC560Bxx/ppcparams.h
index afa7d1476..a9c76ed08 100644
--- a/os/common/startup/e200/devices/SPC560Bxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC560Bxx/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 234
-#endif /* _PPCPARAMS_H_ */
+#endif /* PPCPARAMS_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC560Dxx/boot.h b/os/common/startup/e200/devices/SPC560Dxx/boot.h
index 10f478dfb..9134d574a 100644
--- a/os/common/startup/e200/devices/SPC560Dxx/boot.h
+++ b/os/common/startup/e200/devices/SPC560Dxx/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/SPC560Dxx/intc.h b/os/common/startup/e200/devices/SPC560Dxx/intc.h
index d1886600e..98ca3e07a 100644
--- a/os/common/startup/e200/devices/SPC560Dxx/intc.h
+++ b/os/common/startup/e200/devices/SPC560Dxx/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/SPC560Dxx/ppcparams.h b/os/common/startup/e200/devices/SPC560Dxx/ppcparams.h
index 953a1668e..b0c7a8a5a 100644
--- a/os/common/startup/e200/devices/SPC560Dxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC560Dxx/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 155
-#endif /* _PPCPARAMS_H_ */
+#endif /* PPCPARAMS_H */
/** @} */
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 */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC563Mxx/boot.h b/os/common/startup/e200/devices/SPC563Mxx/boot.h
index 42164e92e..60002bfa8 100644
--- a/os/common/startup/e200/devices/SPC563Mxx/boot.h
+++ b/os/common/startup/e200/devices/SPC563Mxx/boot.h
@@ -20,8 +20,8 @@
* @{
*/
-#ifndef _BOOT_H_
-#define _BOOT_H_
+#ifndef BOOT_H
+#define BOOT_H
/*===========================================================================*/
/* Module constants. */
@@ -114,6 +114,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _BOOT_H_ */
+#endif /* BOOT_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC563Mxx/intc.h b/os/common/startup/e200/devices/SPC563Mxx/intc.h
index 78a68295a..9988137d9 100644
--- a/os/common/startup/e200/devices/SPC563Mxx/intc.h
+++ b/os/common/startup/e200/devices/SPC563Mxx/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/SPC563Mxx/ppcparams.h b/os/common/startup/e200/devices/SPC563Mxx/ppcparams.h
index b0ffb913b..abc888c73 100644
--- a/os/common/startup/e200/devices/SPC563Mxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC563Mxx/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 360
-#endif /* _PPCPARAMS_H_ */
+#endif /* PPCPARAMS_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC564Axx/boot.h b/os/common/startup/e200/devices/SPC564Axx/boot.h
index e6fba9918..7ee800546 100644
--- a/os/common/startup/e200/devices/SPC564Axx/boot.h
+++ b/os/common/startup/e200/devices/SPC564Axx/boot.h
@@ -20,8 +20,8 @@
* @{
*/
-#ifndef _BOOT_H_
-#define _BOOT_H_
+#ifndef BOOT_H
+#define BOOT_H
/*===========================================================================*/
/* Module constants. */
@@ -237,6 +237,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _BOOT_H_ */
+#endif /* BOOT_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC564Axx/intc.h b/os/common/startup/e200/devices/SPC564Axx/intc.h
index 404264db3..d661935b3 100644
--- a/os/common/startup/e200/devices/SPC564Axx/intc.h
+++ b/os/common/startup/e200/devices/SPC564Axx/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/SPC564Axx/ppcparams.h b/os/common/startup/e200/devices/SPC564Axx/ppcparams.h
index 6d4b26439..66365b751 100644
--- a/os/common/startup/e200/devices/SPC564Axx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC564Axx/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 486
-#endif /* _PPCPARAMS_H_ */
+#endif /* PPCPARAMS_H */
/** @} */
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 */
/** @} */
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 */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.h b/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.h
index 474113dbd..0c3af3957 100644
--- a/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.h
+++ b/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.h
@@ -20,8 +20,8 @@
* @{
*/
-#ifndef _BOOT_H_
-#define _BOOT_H_
+#ifndef BOOT_H
+#define BOOT_H
/*===========================================================================*/
/* Module constants. */
@@ -88,6 +88,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _BOOT_H_ */
+#endif /* BOOT_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC57EMxx_HSM/intc.h b/os/common/startup/e200/devices/SPC57EMxx_HSM/intc.h
index 3ad685556..e57e02688 100644
--- a/os/common/startup/e200/devices/SPC57EMxx_HSM/intc.h
+++ b/os/common/startup/e200/devices/SPC57EMxx_HSM/intc.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _INTC_H_
-#define _INTC_H_
+#ifndef INTC_H
+#define INTC_H
/*===========================================================================*/
/* Module constants. */
@@ -89,6 +89,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _INTC_H_ */
+#endif /* INTC_H */
/** @} */
diff --git a/os/common/startup/e200/devices/SPC57EMxx_HSM/ppcparams.h b/os/common/startup/e200/devices/SPC57EMxx_HSM/ppcparams.h
index db0d44d54..a6f86c15d 100644
--- a/os/common/startup/e200/devices/SPC57EMxx_HSM/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC57EMxx_HSM/ppcparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _PPCPARAMS_H_
-#define _PPCPARAMS_H_
+#ifndef PPCPARAMS_H
+#define PPCPARAMS_H
/**
* @brief Family identification macro.
@@ -83,6 +83,6 @@
*/
#define PPC_NUM_VECTORS 64
-#endif /* _PPCPARAMS_H_ */
+#endif /* PPCPARAMS_H */
/** @} */