diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-19 19:09:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-19 19:09:43 +0000 |
commit | b074ad3182498b7dc0f6bc2e08884650a2119d71 (patch) | |
tree | 0c71f176836c9af696e0e480da04c1acc57a7f60 /sys/dev | |
parent | afc41379da6c7e81d4e3b91cf84047ff3ba39edd (diff) |
supply a place to store acpi version; from jsg
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpi/acpivar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index 121ae61fafa..f9d4d36097c 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.39 2007/11/15 22:16:31 mikeb Exp $ */ +/* $OpenBSD: acpivar.h,v 1.40 2007/11/19 19:09:42 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -207,6 +207,8 @@ struct acpi_softc { struct timeout sc_dev_timeout; int sc_poll; + + int sc_revision; }; #define GPE_NONE 0x00 |