summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpidev.h
diff options
context:
space:
mode:
authorPaul Irofti <pirofti@cvs.openbsd.org>2012-07-13 10:37:41 +0000
committerPaul Irofti <pirofti@cvs.openbsd.org>2012-07-13 10:37:41 +0000
commitb9cb29b33276a5d5938fa0305b728842f91ee998 (patch)
tree9e9194571d29c628fc18794b3d185dc2bb852e7a /sys/dev/acpi/acpidev.h
parent789eaa79995ac044c1ec8dcb8a2106b1059bd561 (diff)
Make the ACPI EC aware of the AML global lock.
Comments from kettenis@ and matthew@. Okay deraadt@, kettenis@.
Diffstat (limited to 'sys/dev/acpi/acpidev.h')
-rw-r--r--sys/dev/acpi/acpidev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpidev.h b/sys/dev/acpi/acpidev.h
index c04d292d133..4db5e1d1c1f 100644
--- a/sys/dev/acpi/acpidev.h
+++ b/sys/dev/acpi/acpidev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpidev.h,v 1.32 2010/08/06 21:12:27 marco Exp $ */
+/* $OpenBSD: acpidev.h,v 1.33 2012/07/13 10:37:40 pirofti Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
@@ -332,6 +332,7 @@ struct acpiec_softc {
u_int32_t sc_gpe;
struct acpiec_event sc_events[ACPIEC_MAX_EVENTS];
int sc_gotsci;
+ int sc_glk;
};
void acpibtn_disable_psw(void);