diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2002-03-16 02:18:13 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2002-03-16 02:18:13 +0000 |
| commit | 6ff98c910dac5fa724f33a0ddd3ba5d9fde71a9b (patch) | |
| tree | 23bbd1502a223d7175fc1a75d175c9d27a06a7a0 /sys/contrib/dev/acpica/utdebug.c | |
| parent | e7bb0990c0c2397e6cb7f876de77e4379a3dddf3 (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/utdebug.c')
| -rw-r--r-- | sys/contrib/dev/acpica/utdebug.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/utdebug.c b/sys/contrib/dev/acpica/utdebug.c index 16b32a9adb48..bf2116dce343 100644 --- a/sys/contrib/dev/acpica/utdebug.c +++ b/sys/contrib/dev/acpica/utdebug.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utdebug - Debug print routines - * $Revision: 95 $ + * $Revision: 96 $ * *****************************************************************************/ @@ -206,7 +206,7 @@ AcpiUtTrackStackPtr ( * ****************************************************************************/ -void +void ACPI_INTERNAL_VAR_XFACE AcpiUtDebugPrint ( UINT32 RequestedDebugLevel, UINT32 LineNumber, @@ -283,7 +283,7 @@ AcpiUtDebugPrint ( * ****************************************************************************/ -void +void ACPI_INTERNAL_VAR_XFACE AcpiUtDebugPrintRaw ( UINT32 RequestedDebugLevel, UINT32 LineNumber, |
