diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:17:19 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:17:19 +0200 |
| commit | 3c210c07c60fbe9378cfb720847e8c1d3c763ead (patch) | |
| tree | c83b1aa99dd7435a9fd033772e973ade637b464d /kapi | |
| parent | 888471f23e7f07749b4bc9a2fa70992062b6e4d0 (diff) | |
| parent | f9dde928add359a1dff0db402dc1454e72aea633 (diff) | |
| download | teachos-3c210c07c60fbe9378cfb720847e8c1d3c763ead.tar.xz teachos-3c210c07c60fbe9378cfb720847e8c1d3c763ead.zip | |
Merge branch 'fmorgner/develop-BA-FS26/acpi-refactor' into develop-BA-FS26
Diffstat (limited to 'kapi')
| -rw-r--r-- | kapi/include/kapi/acpi.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kapi/include/kapi/acpi.hpp b/kapi/include/kapi/acpi.hpp index 2835496..b607ee0 100644 --- a/kapi/include/kapi/acpi.hpp +++ b/kapi/include/kapi/acpi.hpp @@ -23,7 +23,7 @@ namespace kapi::acpi //! //! @param signature The signature of the table to get. //! @return A pointer to the table if found, nullptr otherwise. - auto get_table(std::string_view signature) -> kstd::observer_ptr<::acpi::sdt const>; + auto get_table(std::string_view signature) -> kstd::observer_ptr<::acpi::table_header const>; //! Get a type-cast pointer to an ACPI table by its signature. //! |
