aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/devices
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/e200/devices
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/e200/devices')
-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
27 files changed, 81 insertions, 81 deletions
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 */
/** @} */