mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
arm64 pci legacy irq do not support yet
Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
This commit is contained in:
@@ -1003,3 +1003,16 @@ void up_send_smp_call(cpu_set_t cpuset)
|
|||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* Name: up_get_legacy_irq
|
||||||
|
*
|
||||||
|
* Description:
|
||||||
|
* Reserve vector for legacy
|
||||||
|
*
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
int up_get_legacy_irq(uint32_t devfn, uint8_t line, uint8_t pin)
|
||||||
|
{
|
||||||
|
return -ENOTSUP;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user