Logo
Explore Help
Sign In
sysadmin/ipxe
1
0
Fork 0
You've already forked ipxe
mirror of https://github.com/ipxe/ipxe synced 2026-02-14 02:31:26 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
eeec6442d9d422cbc7473f8dd9229c1acdc4084b
ipxe/src/core/null_acpi.c

4 lines
65 B
C
Raw Normal View History

[acpi] Make acpi_find_rsdt() a per-platform method Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-05-22 19:27:30 +01:00
#include <ipxe/acpi.h>
[acpi] Allow for platforms that provide ACPI tables individually The ACPI API currently expects platforms to provide access to a single contiguous ACPI table. Some platforms (e.g. Linux userspace) do not provide a convenient way to obtain the entire ACPI table, but do provide access to individual tables. All iPXE consumers of the ACPI API require access only to individual tables. Redefine the internal API to make acpi_find() an API method, with all existing implementations delegating to the current RSDT-based implementation. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2021-03-01 00:08:23 +00:00
PROVIDE_ACPI_INLINE ( null, acpi_find );
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 74ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API