summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/fadt.h
Commit message (Collapse)AuthorAgeFilesLines
* ACPI: Fixing ACPI return codesErwan Velu2011-01-311-1/+1
| | | | | | | Without defining values using the negative values as a return option could lead to a false positive case. Setting up the values helps prevent from using the 0 value.
* ACPI: Fixing copyrightErwan Velu2011-01-261-1/+1
|
* ACPI: Fixing pointer arithmeticErwan Velu2011-01-261-5/+5
| | | | Several adjustements were necessary ;o)
* ACPI: On the road to cleaning ;)Erwan Velu2011-01-251-5/+5
|
* acpi: Filling FADT structureErwan Velu2009-12-041-1/+89
| | | | | | Impact: completing FADT implementation Filling FADT structure
* acpi: Using definitions for table namesErwan Velu2009-12-041-0/+3
| | | | | | Impact: none Using more definitions for ACPI tables names
* acpi: Adding FADTErwan Velu2009-12-041-0/+30
Impact: Adding FADT Adding FADT