diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-04-30 23:40:36 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-04-30 23:40:36 +0000 |
commit | a95d9dd0e22ace9a8f960e939af923c79e7a271e (patch) | |
tree | 99b9b07bd34bc3ebedbbeeaff97882b0e0778346 /source/components/executer/exfield.c | |
parent | a117a0a6c82c5a5030040bd2b75704a1366741d6 (diff) |
Notes
Diffstat (limited to 'source/components/executer/exfield.c')
-rw-r--r-- | source/components/executer/exfield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/executer/exfield.c b/source/components/executer/exfield.c index 167d182c67d0..897c2d47d5d0 100644 --- a/source/components/executer/exfield.c +++ b/source/components/executer/exfield.c @@ -167,7 +167,7 @@ #define ACPI_INVALID_PROTOCOL_ID 0x80 #define ACPI_MAX_PROTOCOL_ID 0x0F -const UINT8 AcpiProtocolLengths[] = +static const UINT8 AcpiProtocolLengths[] = { ACPI_INVALID_PROTOCOL_ID, /* 0 - reserved */ ACPI_INVALID_PROTOCOL_ID, /* 1 - reserved */ |