mirror of
https://github.com/acpica/acpica/
synced 2024-12-28 05:09:51 +03:00
685d6112d1
_PLD (Physical Location of Device) returns a bit-packed buffer that is difficult to parse. This change adds a new interface, AcpiDecodePldBuffer that parses the buffer into a more usable local struct. Also adds macros to both get and set individual fields within the packed _PLD buffer. Adds a new include file, acbuffer.h - which will be expanded to add structs for other ACPI names that return buffers. ACPICA BZ 954. |
||
---|---|---|
documents | ||
generate | ||
libraries | ||
source | ||
tests | ||
.gitignore | ||
Makefile |