arm64: Discover UART device from ACPI.

Change-Id: I4e97b05dcfcaf6abddff81fbbf676c38fe337775
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5271
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
milek7
2022-07-24 07:56:07 +00:00
committed by Adrien Destugues
parent 08fdc76a61
commit 17f0f4b68f
6 changed files with 115 additions and 5 deletions
@@ -0,0 +1,15 @@
/*
* Copyright 2021 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef KERNEL_BOOT_PLATFORM_EFI_ARCH_ACPI_H
#define KERNEL_BOOT_PLATFORM_EFI_ARCH_ACPI_H
#include <SupportDefs.h>
void arch_handle_acpi(void);
#endif /* KERNEL_BOOT_PLATFORM_EFI_ARCH_ACPI_H */