summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/acpredef.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-29ACPICA: ACPI 4.0 : Add new return package type, restructure module.Bob Moore1-1/+4
Added one new package type, a package that contains a revision number and a variable number of sub-packages. Restructured the module to put the sub-package list traversal in a separate function. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
2009-03-26ACPICA: Update comments in module headerBob Moore1-19/+22
Enhance the explanations of the various package return types for clarity. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
2009-01-09ACPICA: hide private headersLen Brown1-0/+371
Signed-off-by: Len Brown <len.brown@intel.com>