HomeFreeBSD

LinuxKPI: acpi; fix type to acpi_get_handle()

Description

LinuxKPI: acpi; fix type to acpi_get_handle()

The native AcpiGetHandle() and acpi_get_handle() take a
const char * argument for pathname and not an acpi_string (char *).
For that they spell it out fully as 'const char *', so should we.

Sponsored by: The FreeBSD Foundation (intially)
MFC after: 3 days
Reviewed by: dumbbell
Differential Revision: https://reviews.freebsd.org/D52072

Details

Provenance
bzAuthored on Sep 4 2025, 8:23 PM
Reviewer
dumbbell
Differential Revision
D52072: LinuxKPI: acpi; fix type to acpi_get_handle()
Parents
rG736b16e88d23: LinuxKPI: correct the LINUXKPI_VERSION check for abs_diff()
Branches
Unknown
Tags
Unknown