arch: arm: Fix header guards
Fix the header guards for the ARM header files to reflect the new code location. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
aec9a8c4be
commit
13e671e381
23 changed files with 69 additions and 69 deletions
|
@ -11,8 +11,8 @@
|
|||
* ARM-specific kernel interrupt handling interface. Included by arm/arch.h.
|
||||
*/
|
||||
|
||||
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_IRQ_H_
|
||||
#define ZEPHYR_INCLUDE_ARCH_ARM_IRQ_H_
|
||||
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_IRQ_H_
|
||||
#define ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_IRQ_H_
|
||||
|
||||
#include <irq.h>
|
||||
#include <sw_isr_table.h>
|
||||
|
@ -153,4 +153,4 @@ extern void _isr_wrapper(void);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_ARCH_ARM_IRQ_H_ */
|
||||
#endif /* ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_IRQ_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue