arch/misoc: Correct gurad macro for irq.h

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2022-02-25 15:26:07 +08:00 committed by Xiang Xiao
parent 8b66280b4f
commit cfed970633

View File

@ -22,8 +22,8 @@
* through nuttx/irq.h * through nuttx/irq.h
*/ */
#ifndef __ARCH_MINERVA_INCLUDE_IRQ_H #ifndef __ARCH_MISOC_INCLUDE_MINERVA_IRQ_H
#define __ARCH_MINERVA_INCLUDE_IRQ_H #define __ARCH_MISOC_INCLUDE_MINERVA_IRQ_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
@ -306,4 +306,4 @@ struct xcptcontext
****************************************************************************/ ****************************************************************************/
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __ARCH_RISCV_INCLUDE_RV32IM_IRQ_H */ #endif /* __ARCH_MISOC_INCLUDE_MINERVA_IRQ_H */