diff options
Diffstat (limited to 'include/acpi/acobject.h')
-rw-r--r-- | include/acpi/acobject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/acobject.h b/include/acpi/acobject.h index 28241aa15de9..d9442d346b9b 100644 --- a/include/acpi/acobject.h +++ b/include/acpi/acobject.h | |||
@@ -65,6 +65,10 @@ | |||
65 | * | 65 | * |
66 | * descriptor_type is used to differentiate between internal descriptors, and | 66 | * descriptor_type is used to differentiate between internal descriptors, and |
67 | * must be in the same place across all descriptors | 67 | * must be in the same place across all descriptors |
68 | * | ||
69 | * Note: The descriptor_type and Type fields must appear in the identical | ||
70 | * position in both the struct acpi_namespace_node and union acpi_operand_object | ||
71 | * structures. | ||
68 | */ | 72 | */ |
69 | #define ACPI_OBJECT_COMMON_HEADER \ | 73 | #define ACPI_OBJECT_COMMON_HEADER \ |
70 | union acpi_operand_object *next_object; /* Objects linked to parent NS node */\ | 74 | union acpi_operand_object *next_object; /* Objects linked to parent NS node */\ |