zephyr/include/zephyr/arch/x86/legacy_bios.h
Najumon B.A a68204d8b8 arch: x86: update with new acpica lib interface
The old acpi implimentation is replaced with acpica interface
and updated x86 arch porting with the new interface.

Signed-off-by: Najumon B.A <najumon.ba@intel.com>
2023-09-07 09:42:38 +02:00

13 lines
270 B
C

/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_ARCH_X86_INCLUDE_LEGACY_BIOS_H_
#define ZEPHYR_ARCH_X86_INCLUDE_LEGACY_BIOS_H_
void *bios_acpi_rsdp_get(void);
#endif /* ZEPHYR_ARCH_X86_INCLUDE_LEGACY_BIOS_H_ */