commit | 584a1cf0fc32a4291e652a26fb7b4de85a638a38 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Sun Nov 05 18:08:15 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Nov 06 12:32:31 2023 +0100 |
tree | c942bc2a8c93a86abfc816a1bb3cf0862ef911f8 | |
parent | 31cafc30492b5e6deaa0bae7a4b77c485afa7bcf [diff] |
acpi: Use ACPICA typedef names when available For most types, ACPICA provides both a struct name as well as a typedef. The struct names follow the exact same naming style as Zephyr's ACPI API, which makes it impossible to distinguish which type is defined by Zephyr and which comes from ACPICA. It's therefore better to use the typedefs, since they follow a distinct style compared to the Zephyr API. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>