aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include')
-rw-r--r--os/rt/include/ch.h6
-rw-r--r--os/rt/include/chalign.h6
-rw-r--r--os/rt/include/chcond.h6
-rw-r--r--os/rt/include/chcustomer.h6
-rw-r--r--os/rt/include/chdebug.h6
-rw-r--r--os/rt/include/chdynamic.h6
-rw-r--r--os/rt/include/chevents.h6
-rw-r--r--os/rt/include/chlicense.h6
-rw-r--r--os/rt/include/chmsg.h6
-rw-r--r--os/rt/include/chmtx.h6
-rw-r--r--os/rt/include/chregistry.h6
-rw-r--r--os/rt/include/chschd.h6
-rw-r--r--os/rt/include/chsem.h6
-rw-r--r--os/rt/include/chstats.h6
-rw-r--r--os/rt/include/chsys.h6
-rw-r--r--os/rt/include/chsystypes.h6
-rw-r--r--os/rt/include/chthreads.h6
-rw-r--r--os/rt/include/chtm.h6
-rw-r--r--os/rt/include/chvt.h6
19 files changed, 57 insertions, 57 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h
index f13ba1613..e8407592a 100644
--- a/os/rt/include/ch.h
+++ b/os/rt/include/ch.h
@@ -28,8 +28,8 @@
* @{
*/
-#ifndef _CH_H_
-#define _CH_H_
+#ifndef CH_H
+#define CH_H
/**
* @brief ChibiOS/RT identification macro.
@@ -104,6 +104,6 @@
#error "missing or wrong configuration file"
#endif
-#endif /* _CH_H_ */
+#endif /* CH_H */
/** @} */
diff --git a/os/rt/include/chalign.h b/os/rt/include/chalign.h
index cca127ffc..9662b3b2f 100644
--- a/os/rt/include/chalign.h
+++ b/os/rt/include/chalign.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHALIGN_H_
-#define _CHALIGN_H_
+#ifndef CHALIGN_H
+#define CHALIGN_H
/*===========================================================================*/
/* Module constants. */
@@ -109,6 +109,6 @@ extern "C" {
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _CHALIGN_H_ */
+#endif /* CHALIGN_H */
/** @} */
diff --git a/os/rt/include/chcond.h b/os/rt/include/chcond.h
index f9b4186e6..bf1e02cd5 100644
--- a/os/rt/include/chcond.h
+++ b/os/rt/include/chcond.h
@@ -28,8 +28,8 @@
* @{
*/
-#ifndef _CHCOND_H_
-#define _CHCOND_H_
+#ifndef CHCOND_H
+#define CHCOND_H
#if (CH_CFG_USE_CONDVARS == TRUE) || defined(__DOXYGEN__)
@@ -111,6 +111,6 @@ extern "C" {
#endif /* CH_CFG_USE_CONDVARS == TRUE */
-#endif /* _CHCOND_H_ */
+#endif /* CHCOND_H */
/** @} */
diff --git a/os/rt/include/chcustomer.h b/os/rt/include/chcustomer.h
index 9e8a1ae2f..5ac2b08e9 100644
--- a/os/rt/include/chcustomer.h
+++ b/os/rt/include/chcustomer.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHCUSTOMER_H_
-#define _CHCUSTOMER_H_
+#ifndef CHCUSTOMER_H
+#define CHCUSTOMER_H
/*===========================================================================*/
/* Module constants. */
@@ -66,6 +66,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _CHCUSTOMER_H_ */
+#endif /* CHCUSTOMER_H */
/** @} */
diff --git a/os/rt/include/chdebug.h b/os/rt/include/chdebug.h
index 3ce3ddea1..f1a4230f4 100644
--- a/os/rt/include/chdebug.h
+++ b/os/rt/include/chdebug.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHDEBUG_H_
-#define _CHDEBUG_H_
+#ifndef CHDEBUG_H
+#define CHDEBUG_H
/*===========================================================================*/
/* Module constants. */
@@ -361,6 +361,6 @@ extern "C" {
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _CHDEBUG_H_ */
+#endif /* CHDEBUG_H */
/** @} */
diff --git a/os/rt/include/chdynamic.h b/os/rt/include/chdynamic.h
index d9627e4aa..2e34b7890 100644
--- a/os/rt/include/chdynamic.h
+++ b/os/rt/include/chdynamic.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHDYNAMIC_H_
-#define _CHDYNAMIC_H_
+#ifndef CHDYNAMIC_H
+#define CHDYNAMIC_H
#if (CH_CFG_USE_DYNAMIC == TRUE) || defined(__DOXYGEN__)
@@ -94,6 +94,6 @@ extern "C" {
#endif /* CH_CFG_USE_DYNAMIC == TRUE */
-#endif /* _CHDYNAMIC_H_ */
+#endif /* CHDYNAMIC_H */
/** @} */
diff --git a/os/rt/include/chevents.h b/os/rt/include/chevents.h
index 1c4fb9f6d..db5c3ded5 100644
--- a/os/rt/include/chevents.h
+++ b/os/rt/include/chevents.h
@@ -28,8 +28,8 @@
* @{
*/
-#ifndef _CHEVENTS_H_
-#define _CHEVENTS_H_
+#ifndef CHEVENTS_H
+#define CHEVENTS_H
#if (CH_CFG_USE_EVENTS == TRUE) || defined(__DOXYGEN__)
@@ -271,6 +271,6 @@ static inline eventmask_t chEvtGetEventsX(void) {
#endif /* CH_CFG_USE_EVENTS == TRUE */
-#endif /* _CHEVENTS_H_ */
+#endif /* CHEVENTS_H */
/** @} */
diff --git a/os/rt/include/chlicense.h b/os/rt/include/chlicense.h
index 3d722f51e..8d51ab3cf 100644
--- a/os/rt/include/chlicense.h
+++ b/os/rt/include/chlicense.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHLICENSE_H_
-#define _CHLICENSE_H_
+#ifndef CHLICENSE_H
+#define CHLICENSE_H
/*===========================================================================*/
/* Module constants. */
@@ -237,6 +237,6 @@
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _CHLICENSE_H_ */
+#endif /* CHLICENSE_H */
/** @} */
diff --git a/os/rt/include/chmsg.h b/os/rt/include/chmsg.h
index 03de99694..696b9b1d9 100644
--- a/os/rt/include/chmsg.h
+++ b/os/rt/include/chmsg.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHMSG_H_
-#define _CHMSG_H_
+#ifndef CHMSG_H
+#define CHMSG_H
#if (CH_CFG_USE_MESSAGES == TRUE) || defined(__DOXYGEN__)
@@ -119,6 +119,6 @@ static inline void chMsgReleaseS(thread_t *tp, msg_t msg) {
#endif /* CH_CFG_USE_MESSAGES == TRUE */
-#endif /* _CHMSG_H_ */
+#endif /* CHMSG_H */
/** @} */
diff --git a/os/rt/include/chmtx.h b/os/rt/include/chmtx.h
index 33eaa7251..c44930869 100644
--- a/os/rt/include/chmtx.h
+++ b/os/rt/include/chmtx.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHMTX_H_
-#define _CHMTX_H_
+#ifndef CHMTX_H
+#define CHMTX_H
#if (CH_CFG_USE_MUTEXES == TRUE) || defined(__DOXYGEN__)
@@ -149,6 +149,6 @@ static inline mutex_t *chMtxGetNextMutexS(void) {
#endif /* CH_CFG_USE_MUTEXES == TRUE */
-#endif /* _CHMTX_H_ */
+#endif /* CHMTX_H */
/** @} */
diff --git a/os/rt/include/chregistry.h b/os/rt/include/chregistry.h
index ee79f10d5..92400e62e 100644
--- a/os/rt/include/chregistry.h
+++ b/os/rt/include/chregistry.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHREGISTRY_H_
-#define _CHREGISTRY_H_
+#ifndef CHREGISTRY_H
+#define CHREGISTRY_H
#if (CH_CFG_USE_REGISTRY == TRUE) || defined(__DOXYGEN__)
@@ -180,6 +180,6 @@ static inline void chRegSetThreadNameX(thread_t *tp, const char *name) {
#endif
}
-#endif /* _CHREGISTRY_H_ */
+#endif /* CHREGISTRY_H */
/** @} */
diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h
index ec0af1810..e91d9a460 100644
--- a/os/rt/include/chschd.h
+++ b/os/rt/include/chschd.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHSCHD_H_
-#define _CHSCHD_H_
+#ifndef CHSCHD_H
+#define CHSCHD_H
/*===========================================================================*/
/* Module constants. */
@@ -774,6 +774,6 @@ static inline void chSchPreemption(void) {
#endif /* CH_CFG_TIME_QUANTUM == 0 */
}
-#endif /* _CHSCHD_H_ */
+#endif /* CHSCHD_H */
/** @} */
diff --git a/os/rt/include/chsem.h b/os/rt/include/chsem.h
index 681ea90d4..ef2848b16 100644
--- a/os/rt/include/chsem.h
+++ b/os/rt/include/chsem.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHSEM_H_
-#define _CHSEM_H_
+#ifndef CHSEM_H
+#define CHSEM_H
#if (CH_CFG_USE_SEMAPHORES == TRUE) || defined(__DOXYGEN__)
@@ -155,6 +155,6 @@ static inline cnt_t chSemGetCounterI(semaphore_t *sp) {
#endif /* CH_CFG_USE_SEMAPHORES == TRUE */
-#endif /* _CHSEM_H_ */
+#endif /* CHSEM_H */
/** @} */
diff --git a/os/rt/include/chstats.h b/os/rt/include/chstats.h
index f03a445d1..d270d739f 100644
--- a/os/rt/include/chstats.h
+++ b/os/rt/include/chstats.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHSTATS_H_
-#define _CHSTATS_H_
+#ifndef CHSTATS_H
+#define CHSTATS_H
#if (CH_DBG_STATISTICS == TRUE) || defined(__DOXYGEN__)
@@ -100,6 +100,6 @@ extern "C" {
#endif /* CH_DBG_STATISTICS == FALSE */
-#endif /* _CHSTATS_H_ */
+#endif /* CHSTATS_H */
/** @} */
diff --git a/os/rt/include/chsys.h b/os/rt/include/chsys.h
index 5797f0e69..5e90f0a35 100644
--- a/os/rt/include/chsys.h
+++ b/os/rt/include/chsys.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHSYS_H_
-#define _CHSYS_H_
+#ifndef CHSYS_H
+#define CHSYS_H
/*lint -sem(chSysHalt, r_no)*/
@@ -481,6 +481,6 @@ static inline thread_t *chSysGetIdleThreadX(void) {
}
#endif /* CH_CFG_NO_IDLE_THREAD == FALSE */
-#endif /* _CHSYS_H_ */
+#endif /* CHSYS_H */
/** @} */
diff --git a/os/rt/include/chsystypes.h b/os/rt/include/chsystypes.h
index cc8cdab3d..50d963f95 100644
--- a/os/rt/include/chsystypes.h
+++ b/os/rt/include/chsystypes.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHSYSTYPES_H_
-#define _CHSYSTYPES_H_
+#ifndef CHSYSTYPES_H
+#define CHSYSTYPES_H
/*===========================================================================*/
/* Module constants. */
@@ -131,6 +131,6 @@ extern "C" {
/* Module inline functions. */
/*===========================================================================*/
-#endif /* _CHSYSTYPES_H_ */
+#endif /* CHSYSTYPES_H */
/** @} */
diff --git a/os/rt/include/chthreads.h b/os/rt/include/chthreads.h
index 4447298a4..a6342ce66 100644
--- a/os/rt/include/chthreads.h
+++ b/os/rt/include/chthreads.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHTHREADS_H_
-#define _CHTHREADS_H_
+#ifndef CHTHREADS_H
+#define CHTHREADS_H
/*lint -sem(chThdExit, r_no) -sem(chThdExitS, r_no)*/
@@ -383,6 +383,6 @@ static inline void chThdDoDequeueNextI(threads_queue_t *tqp, msg_t msg) {
(void) chSchReadyI(tp);
}
-#endif /* _CHTHREADS_H_ */
+#endif /* CHTHREADS_H */
/** @} */
diff --git a/os/rt/include/chtm.h b/os/rt/include/chtm.h
index 13a480a29..8c80ff17c 100644
--- a/os/rt/include/chtm.h
+++ b/os/rt/include/chtm.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHTM_H_
-#define _CHTM_H_
+#ifndef CHTM_H
+#define CHTM_H
#if (CH_CFG_USE_TM == TRUE) || defined(__DOXYGEN__)
@@ -104,6 +104,6 @@ extern "C" {
#endif /* CH_CFG_USE_TM == TRUE */
-#endif /* _CHTM_H_ */
+#endif /* CHTM_H */
/** @} */
diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h
index 0ff4e56ce..c1fa32e13 100644
--- a/os/rt/include/chvt.h
+++ b/os/rt/include/chvt.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHVT_H_
-#define _CHVT_H_
+#ifndef CHVT_H
+#define CHVT_H
/*===========================================================================*/
/* Module constants. */
@@ -586,6 +586,6 @@ static inline void chVTDoTickI(void) {
#endif /* CH_CFG_ST_TIMEDELTA > 0 */
}
-#endif /* _CHVT_H_ */
+#endif /* CHVT_H */
/** @} */