[zion] Move all APIC functions into a global class.
This commit is contained in:
parent
f8de60e2dd
commit
35b1844862
7 changed files with 161 additions and 87 deletions
|
|
@ -12,3 +12,9 @@ struct PcieConfiguration {
|
|||
uint64_t offset;
|
||||
};
|
||||
glcr::ErrorOr<PcieConfiguration> GetPciExtendedConfiguration();
|
||||
|
||||
struct ApicConfiguration {
|
||||
uint64_t lapic_base;
|
||||
uint64_t ioapic_base;
|
||||
};
|
||||
glcr::ErrorOr<ApicConfiguration> GetApicConfiguration();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue