aboutsummaryrefslogtreecommitdiff
path: root/src/acpi/acpigen_extern.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/acpi/acpigen_extern.asl')
-rw-r--r--src/acpi/acpigen_extern.asl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/acpi/acpigen_extern.asl b/src/acpi/acpigen_extern.asl
index 73d626fbea..5e380b5039 100644
--- a/src/acpi/acpigen_extern.asl
+++ b/src/acpi/acpigen_extern.asl
@@ -18,3 +18,9 @@ External (NVB1, IntObj)
External (NVS1, IntObj)
OperationRegion (DNVS, SystemMemory, NVB1, NVS1)
#endif
+
+#if CONFIG(CHROMEOS)
+External (NVB2, IntObj)
+External (NVS2, IntObj)
+OperationRegion (CNVS, SystemMemory, NVB2, NVS2)
+#endif