Fix names of pre-processor variables used in header file idempotence

This commit is contained in:
Gregory Nutt
2016-08-06 18:48:45 -06:00
parent d41008e220
commit 56f2454c86
51 changed files with 152 additions and 154 deletions
+3 -3
View File
@@ -37,8 +37,8 @@
* only indirectly through nuttx/irq.h
*/
#ifndef __ARCH_IRQ_H
#define __ARCH_IRQ_H
#ifndef __ARCH_SIM_INCLUDE_IRQ_H
#define __ARCH_SIM_INCLUDE_IRQ_H
/****************************************************************************
* Included Files
@@ -132,5 +132,5 @@ extern "C"
}
#endif
#endif /* __ARCH_IRQ_H */
#endif /* __ARCH_SIM_INCLUDE_IRQ_H */