mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[acpi] Make acpi_find_rsdt() a per-platform method
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
12
src/arch/arm/include/bits/acpi.h
Normal file
12
src/arch/arm/include/bits/acpi.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _BITS_ACPI_H
|
||||
#define _BITS_ACPI_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* ARM-specific ACPI API implementations
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
#endif /* _BITS_ACPI_H */
|
||||
Reference in New Issue
Block a user