diff options
Diffstat (limited to 'src/arch/x86/include/arch/pirq_routing.h')
-rw-r--r-- | src/arch/x86/include/arch/pirq_routing.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/include/arch/pirq_routing.h b/src/arch/x86/include/arch/pirq_routing.h index d1390ba981..acd456b173 100644 --- a/src/arch/x86/include/arch/pirq_routing.h +++ b/src/arch/x86/include/arch/pirq_routing.h @@ -56,7 +56,8 @@ struct irq_routing_table { struct irq_info slots[CONFIG_IRQ_SLOT_COUNT]; } __attribute__((packed)); -unsigned long copy_pirq_routing_table(unsigned long addr, const struct irq_routing_table *routing_table); +unsigned long copy_pirq_routing_table(unsigned long addr, + const struct irq_routing_table *routing_table); unsigned long write_pirq_routing_table(unsigned long start); #if CONFIG_PIRQ_ROUTE |