/*
 * Copyright (c) 2026 The FreeBSD Foundation
 *
 * This software was developed by Björn Zeeb
 * under sponsorship from the FreeBSD Foundation.
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#ifndef __ACPICA_MACHDEP_H__
#define	__ACPICA_MACHDEP_H__

/*
 * This is a placeholder until full ACPI support for RISC-V emerges.
 * With is we can include acpi.h from LinuxKPI and avoid (major) local changes
 * to compile drivers otherwise fine on RISC-V.
 */

#endif /* __ACPICA_MACHDEP_H__ */
