10 lines
155 B
C
10 lines
155 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#include "include/zerrors.h"
|
||
|
|
||
|
void ProbeRsdp();
|
||
|
|
||
|
z_err_t GetPciExtendedConfiguration(uint64_t* base, uint64_t* offset);
|