diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-03-18 21:13:19 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-03-18 21:13:19 +0000 |
| commit | 937fa60dd2f2b6264fb99f22b638190a3fef996b (patch) | |
| tree | 0dc0bf084f8f2e8a00eec502c9893e78b5a4b088 /source/include/acstruct.h | |
| parent | 67ac2c42d552618270f8ba5431d63944a35a0ee7 (diff) | |
Notes
Diffstat (limited to 'source/include/acstruct.h')
| -rw-r--r-- | source/include/acstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/acstruct.h b/source/include/acstruct.h index e1d8fa58dc719..f7538aded9b2f 100644 --- a/source/include/acstruct.h +++ b/source/include/acstruct.h @@ -202,7 +202,7 @@ typedef struct acpi_evaluate_info /* The first 3 elements are passed by the caller to AcpiNsEvaluate */ ACPI_NAMESPACE_NODE *PrefixNode; /* Input: starting node */ - char *RelativePathname; /* Input: path relative to PrefixNode */ + const char *RelativePathname; /* Input: path relative to PrefixNode */ ACPI_OPERAND_OBJECT **Parameters; /* Input: argument list */ ACPI_NAMESPACE_NODE *Node; /* Resolved node (PrefixNode:RelativePathname) */ |
