Fixed more header guards.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-04-02 10:01:41 +00:00
parent 50b0e64179
commit 9ab3be39cb
54 changed files with 161 additions and 161 deletions

View File

@ -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 */
/** @} */

View File

@ -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 */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -15,7 +15,7 @@
*/
/**
* @file hal_templates/wdg_lld.c
* @file wdg_lld.c
* @brief WDG Driver subsystem low level driver source template.
*
* @addtogroup WDG

View File

@ -15,7 +15,7 @@
*/
/**
* @file hal_templates/wdg_lld.h
* @file wdg_lld.h
* @brief WDG Driver subsystem low level driver header template.
*
* @addtogroup WDG

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef _LIS302DL_H_
#define _LIS302DL_H_
#ifndef LIS302DL_H
#define LIS302DL_H
/*===========================================================================*/
/* Driver constants. */
@ -88,6 +88,6 @@ extern "C" {
}
#endif
#endif /* _LIS302DL_H_ */
#endif /* LIS302DL_H */
/** @} */

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef _LCD3310_H_
#define _LCD3310_H_
#ifndef LCD3310_H
#define LCD3310_H
/*===========================================================================*/
/* Driver constants. */
@ -89,6 +89,6 @@ extern "C" {
}
#endif
#endif /* _LCD3310_H_ */
#endif /* LCD3310_H */
/** @} */

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef _EVTIMER_H_
#define _EVTIMER_H_
#ifndef EVTIMER_H
#define EVTIMER_H
/*===========================================================================*/
/* Module constants. */
@ -89,6 +89,6 @@ static inline void vevtStop(event_timer_t *etp) {
chVTReset(&etp->et_vt);
}
#endif /* _EVTIMER_H_ */
#endif /* EVTIMER_H */
/** @} */

View File

@ -21,8 +21,8 @@
* @{
*/
#ifndef _LWIPTHREAD_H_
#define _LWIPTHREAD_H_
#ifndef LWIPTHREAD_H
#define LWIPTHREAD_H
#include <lwip/opt.h>
@ -156,6 +156,6 @@ extern "C" {
}
#endif
#endif /* _LWIPTHREAD_H_ */
#endif /* LWIPTHREAD_H */
/** @} */

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef _SHELL_H_
#define _SHELL_H_
#ifndef SHELL_H
#define SHELL_H
/*===========================================================================*/
/* Module constants. */
@ -105,6 +105,6 @@ extern "C" {
/* Module inline functions. */
/*===========================================================================*/
#endif /* _SHELL_H_ */
#endif /* SHELL_H */
/** @} */

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef _SHELLCMD_H_
#define _SHELLCMD_H_
#ifndef SHELLCMD_H
#define SHELLCMD_H
/*===========================================================================*/
/* Module constants. */
@ -109,6 +109,6 @@ extern "C" {
/* Module inline functions. */
/*===========================================================================*/
#endif /* _SHELLCMD_H_ */
#endif /* SHELLCMD_H */
/** @} */

View File

@ -14,8 +14,8 @@
limitations under the License.
*/
#ifndef _BOARD_H_
#define _BOARD_H_
#ifndef BOARD_H
#define BOARD_H
/*
* Setup for a generic board.
@ -37,4 +37,4 @@ extern "C" {
#endif
#endif /* _FROM_ASM_ */
#endif /* _BOARD_H_ */
#endif /* BOARD_H */

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef _CH_TEST_H_
#define _CH_TEST_H_
#ifndef CH_TEST_H
#define CH_TEST_H
/*===========================================================================*/
/* Module constants. */
@ -188,6 +188,6 @@ extern "C" {
#include "test_root.h"
#endif /* _CH_TEST_H_ */
#endif /* CH_TEST_H */
/** @} */

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef _IRQ_STORM_H_
#define _IRQ_STORM_H_
#ifndef IRQ_STORM_H
#define IRQ_STORM_H
/*===========================================================================*/
/* Module constants. */
@ -161,6 +161,6 @@ extern "C" {
/* Module inline functions. */
/*===========================================================================*/
#endif /* _IRQ_STORM_H_ */
#endif /* IRQ_STORM_H */
/** @} */