diff options
author | njl <njl@FreeBSD.org> | 2004-04-14 02:14:51 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-04-14 02:14:51 +0000 |
commit | fbcf6e97006ab9a9ca6cff8822292461d95881b9 (patch) | |
tree | 26fc7f0d09e4ddb12e8dd274766a7bc49cbda829 /sys/contrib/dev/acpica/acutils.h | |
parent | 565e13e588cf1b124f0ad56c9f5615de8851edc9 (diff) | |
download | FreeBSD-src-fbcf6e97006ab9a9ca6cff8822292461d95881b9.zip FreeBSD-src-fbcf6e97006ab9a9ca6cff8822292461d95881b9.tar.gz |
Check in unmodified files off the vendor branch.
Diffstat (limited to 'sys/contrib/dev/acpica/acutils.h')
-rw-r--r-- | sys/contrib/dev/acpica/acutils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acutils.h b/sys/contrib/dev/acpica/acutils.h index 81e1df8..7aa8fe0 100644 --- a/sys/contrib/dev/acpica/acutils.h +++ b/sys/contrib/dev/acpica/acutils.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures - * $Revision: 160 $ + * $Revision: 161 $ * *****************************************************************************/ @@ -545,6 +545,7 @@ AcpiUtDeleteInternalObjectList ( #define METHOD_NAME__PRT "_PRT" #define METHOD_NAME__CRS "_CRS" #define METHOD_NAME__PRS "_PRS" +#define METHOD_NAME__PRW "_PRW" ACPI_STATUS |