mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user