mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
arm64 pci legacy irq do not support yet
Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
This commit is contained in:
parent
1cb81f9a8f
commit
7cf9b73f18
1 changed files with 13 additions and 0 deletions
|
|
@ -1004,3 +1004,16 @@ void up_send_smp_call(cpu_set_t cpuset)
|
|||
}
|
||||
# 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue