mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Gradual fixes for the new config program. Also removing all references
to NEWPCI -- the old code is long gone.
This commit is contained in:
parent
d25b122c73
commit
770e5be5fb
1 changed files with 0 additions and 4 deletions
|
@ -33,8 +33,6 @@ unsigned long sizeram(void);
|
|||
void intel_set_mtrr(unsigned long rambase, unsigned long ramsizeK);
|
||||
#endif
|
||||
|
||||
#ifdef NEWPCI /* IRQ routing stuff */
|
||||
|
||||
#include <pci.h>
|
||||
#include <pci-i386.h>
|
||||
|
||||
|
@ -46,6 +44,4 @@ extern const struct irq_routing_table intel_irq_routing_table;
|
|||
void intel_zero_irq_settings(void);
|
||||
void intel_check_irq_routing_table(void);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* SUBR_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue