Call up_irqinitialize from irq subsystem

Call up_irqinitialize from irq subsystem to make the irq ready for use as soon as possible
This commit is contained in:
Xiang Xiao
2020-02-07 14:41:58 +08:00
committed by Gregory Nutt
parent 48f1793a60
commit 76bbed07a4
55 changed files with 87 additions and 177 deletions
+6
View File
@@ -1331,6 +1331,12 @@ int up_shmdt(uintptr_t vaddr, unsigned int npages);
/* See prototype in include/nuttx/elf.h */
/****************************************************************************
* Name: up_irqinitialize
****************************************************************************/
void up_irqinitialize(void);
/****************************************************************************
* Name: up_interrupt_context
*