Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117307
b: refs/heads/master
c: 8d5c54b
h: refs/heads/master
i:
  117305: 83863d4
  117303: 5287853
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Oct 23, 2008
1 parent babd2dc commit cfc0474
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23d3e055beb12db2a3b91dfeee474c4d5ecc13b9
refs/heads/master: 8d5c54b65b20bf81fa9841a27143e2f71f3a7756
7 changes: 7 additions & 0 deletions trunk/include/acpi/acobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,13 @@ union acpi_operand_object {
struct acpi_object_extra extra;
struct acpi_object_data data;
struct acpi_object_cache_list cache;

/*
* Add namespace node to union in order to simplify code that accepts both
* ACPI_OPERAND_OBJECTs and ACPI_NAMESPACE_NODEs. The structures share
* a common descriptor_type field in order to differentiate them.
*/
struct acpi_namespace_node node;
};

/******************************************************************************
Expand Down

0 comments on commit cfc0474

Please sign in to comment.