/* * 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_ */