mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
Rename CONFIG_ARCH_HAVE_TRIGGER_HOOK to CONFIG_ARCH_HAVE_IRQTRIGGER
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ config ARCH_VECNOTIRQ
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config ARCH_HAVE_TRIGGER_HOOK
|
config ARCH_HAVE_IRQTRIGGER
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
depends on !ARCH_NOINTC
|
depends on !ARCH_NOINTC
|
||||||
|
|||||||
@@ -1455,7 +1455,7 @@ void up_disable_irq(int irq);
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_HAVE_TRIGGER_HOOK
|
#ifdef CONFIG_ARCH_HAVE_IRQTRIGGER
|
||||||
void up_trigger_irq(int irq);
|
void up_trigger_irq(int irq);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user