A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix

This commit is contained in:
Adam Dunkels 2013-11-24 16:57:08 +01:00
parent 42cae1c6c9
commit bb2dcaa057
572 changed files with 1708 additions and 1708 deletions

View file

@ -1,5 +1,5 @@
#ifndef __DEBUG_UART_H__1V2039076V__
#define __DEBUG_UART_H__1V2039076V__
#ifndef DEBUG_UART_H_1V2039076V__
#define DEBUG_UART_H_1V2039076V__
#ifndef dbg_setup_uart
#define dbg_setup_uart dbg_setup_uart_default
@ -24,4 +24,4 @@ dbg_blocking_putchar(const char ch);
void
dbg_drain();
#endif /* __DEBUG_UART_H__1V2039076V__ */
#endif /* DEBUG_UART_H_1V2039076V__ */

View file

@ -1,5 +1,5 @@
#ifndef __GPIO_H__LK7NAD1HN8__
#define __GPIO_H__LK7NAD1HN8__
#ifndef GPIO_H_LK7NAD1HN8__
#define GPIO_H_LK7NAD1HN8__
#include <stm32f10x_map.h>
#define _GPIO_INPUT_ANALOG(h,l) 0
@ -126,4 +126,4 @@ MODIFY_REG(AFIO->MAPR, AFIO_MAPR_SWJ_CFG | mask, AFIO_MAPR_SWJ_CFG_VALUE | value
#endif /* __GPIO_H__LK7NAD1HN8__ */
#endif /* GPIO_H_LK7NAD1HN8__ */

View file

@ -1,5 +1,5 @@
#ifndef __NVIC_H__LE94F5JS4D__
#define __NVIC_H__LE94F5JS4D__
#ifndef NVIC_H_LE94F5JS4D__
#define NVIC_H_LE94F5JS4D__
#include <stm32f10x_map.h>
#include <stm32f10x_nvic.h>
@ -13,4 +13,4 @@ MODIFY_REG(NVIC->IPR[(i)/4], 0xf<<(((i)&3)*8), (p)<<(((i)&3)*8))
#define NVIC_SET_SYSTICK_PRI(p) MODIFY_REG(SCB->SHPR[2], 0xf<<24, (p)<<24)
#endif /* __NVIC_H__LE94F5JS4D__ */
#endif /* NVIC_H_LE94F5JS4D__ */

View file

@ -5,8 +5,8 @@
* Simon Berg <ksb@users.sourceforge.net>
*/
#ifndef __RTIMER_ARCH_H__
#define __RTIMER_ARCH_H__
#ifndef RTIMER_ARCH_H_
#define RTIMER_ARCH_H_
#include "sys/rtimer.h"
@ -16,4 +16,4 @@ void rtimer_arch_set(rtimer_clock_t t);
rtimer_clock_t rtimer_arch_now(void);
#endif /* __RTIMER_ARCH_H__ */
#endif /* RTIMER_ARCH_H_ */