feat: main function
This commit is contained in:
parent
beb7fb38ae
commit
ba608513e6
10 changed files with 151 additions and 57 deletions
|
|
@ -13,4 +13,7 @@ struct discovery_result_t {
|
|||
optional<Fadt> fadt;
|
||||
};
|
||||
|
||||
void initDiscovery();
|
||||
const discovery_result_t& getDiscovery();
|
||||
|
||||
} // namespace acpi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue