diff options
Diffstat (limited to 'sys/dev/acpi/acpidev.h')
-rw-r--r-- | sys/dev/acpi/acpidev.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpidev.h b/sys/dev/acpi/acpidev.h index 4834910f2fb..d1183cc6eda 100644 --- a/sys/dev/acpi/acpidev.h +++ b/sys/dev/acpi/acpidev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpidev.h,v 1.13 2006/12/23 17:46:39 deraadt Exp $ */ +/* $OpenBSD: acpidev.h,v 1.14 2006/12/26 23:58:08 marco Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> @@ -24,6 +24,9 @@ #define DEVNAME(s) ((s)->sc_dev.dv_xname) +#define ACPIDEV_NOPOLL 0 +#define ACPIDEV_POLL 1 + /* * _BIF (Battery InFormation) * Arguments: none |