Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165201
b: refs/heads/master
c: 53e9387
h: refs/heads/master
i:
  165199: d536727
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Aug 28, 2009
1 parent 857e4cc commit 8d681ef
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 136 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5f69d6ef7a6b0dbad8d4c00d83009960be02155
refs/heads/master: 53e9387bdd8bfef6cffff2d2eb6bd28eca812682
5 changes: 4 additions & 1 deletion trunk/drivers/acpi/acpica/acpredef.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
* ACPI_PTYPE2_MIN: Each subpackage has a variable but minimum length
* (Used for _HPX)
*
* ACPI_PTYPE2_REV_FIXED: Revision at start, each subpackage is Fixed-length
*
*****************************************************************************/

enum acpi_return_package_types {
Expand All @@ -101,7 +103,8 @@ enum acpi_return_package_types {
ACPI_PTYPE2_COUNT = 5,
ACPI_PTYPE2_PKG_COUNT = 6,
ACPI_PTYPE2_FIXED = 7,
ACPI_PTYPE2_MIN = 8
ACPI_PTYPE2_MIN = 8,
ACPI_PTYPE2_REV_FIXED = 9
};

/*
Expand Down
Loading

0 comments on commit 8d681ef

Please sign in to comment.