diff options
author | Mike Smith <msmith@FreeBSD.org> | 2000-12-08 09:20:40 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 2000-12-08 09:20:40 +0000 |
commit | f6402773ea74398ade71cd4c72b4b5082251f753 (patch) | |
tree | c4556035d0a02228c5da80dce4638e77d2521d9c /sys/contrib/dev/acpica/acutils.h | |
parent | f2ed5750af4c77d9075ddf1c28ecfdea8c12c6ae (diff) |
Update to the 20001201 ACPI CA snapshot.
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=69746
Diffstat (limited to 'sys/contrib/dev/acpica/acutils.h')
-rw-r--r-- | sys/contrib/dev/acpica/acutils.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acutils.h b/sys/contrib/dev/acpica/acutils.h index bf5ffef8652e..3cec2573610d 100644 --- a/sys/contrib/dev/acpica/acutils.h +++ b/sys/contrib/dev/acpica/acutils.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: accommon.h -- prototypes for the common (subsystem-wide) procedures - * $Revision: 81 $ + * $Revision: 82 $ * *****************************************************************************/ @@ -161,6 +161,8 @@ AcpiCmValidateFadt ( * CmGlobal - Global data structures and procedures */ +#ifdef ACPI_DEBUG + NATIVE_CHAR * AcpiCmGetMutexName ( UINT32 MutexId); @@ -169,6 +171,13 @@ NATIVE_CHAR * AcpiCmGetTypeName ( UINT32 Type); +NATIVE_CHAR * +AcpiCmGetRegionName ( + UINT8 SpaceId); + +#endif + + BOOLEAN AcpiCmValidObjectType ( UINT32 Type); |