summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-11-01 15:57:15 +0000
committerscottl <scottl@FreeBSD.org>2005-11-01 15:57:15 +0000
commit85cdb26faeb92a931e335252d6eac61240aaaf03 (patch)
tree35e7876ed29de74fd10caebb337a2f000e84e05f /sys/dev/acpica/acpivar.h
parentfcf2b081916a75c6e8532f722e9507e80e20022e (diff)
downloadFreeBSD-src-85cdb26faeb92a931e335252d6eac61240aaaf03.zip
FreeBSD-src-85cdb26faeb92a931e335252d6eac61240aaaf03.tar.gz
Add proper debugging infrastructure for acpi_hpet.c.
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 9c0547d..f37ed07 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -154,6 +154,7 @@ extern struct mtx acpi_mutex;
#define ACPI_THERMAL 0x01000000
#define ACPI_TIMER 0x02000000
#define ACPI_OEM 0x04000000
+#define ACPI_HPET 0x08000000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().
OpenPOWER on IntegriCloud