mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
fixed a typo in HAVE_PIRQ_TABLE
This commit is contained in:
parent
71be41d193
commit
4653e0366a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ void check_pirq_routing_table(void);
|
|||
#define check_pirq_routing_table() do {} while(0)
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_PIRQ_ROUTING_TABLE)
|
||||
#if defined(HAVE_PIRQ_TABLE)
|
||||
void copy_pirq_routing_table(void);
|
||||
#else
|
||||
#define copy_pirq_routing_table() do {} while(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue