arch/misoc: Correct gurad macro for irq.h
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
8b66280b4f
commit
cfed970633
@ -22,8 +22,8 @@
|
||||
* through nuttx/irq.h
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_MINERVA_INCLUDE_IRQ_H
|
||||
#define __ARCH_MINERVA_INCLUDE_IRQ_H
|
||||
#ifndef __ARCH_MISOC_INCLUDE_MINERVA_IRQ_H
|
||||
#define __ARCH_MISOC_INCLUDE_MINERVA_IRQ_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -306,4 +306,4 @@ struct xcptcontext
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_RISCV_INCLUDE_RV32IM_IRQ_H */
|
||||
#endif /* __ARCH_MISOC_INCLUDE_MINERVA_IRQ_H */
|
||||
|
Loading…
Reference in New Issue
Block a user