Probe RSDP for PCIe Config
This commit is contained in:
parent
4bd7f972c1
commit
3e1e37bf03
7 changed files with 200 additions and 1 deletions
9
zion/boot/acpi.h
Normal file
9
zion/boot/acpi.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "include/zerrors.h"
|
||||
|
||||
void ProbeRsdp();
|
||||
|
||||
z_err_t GetPciExtendedConfiguration(uint64_t* base, uint64_t* offset);
|
||||
Loading…
Add table
Add a link
Reference in a new issue