mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 13:59:19 +03:00
add getthreadid
date 2001.02.23.21.26.00; author agrover; state Exp;
This commit is contained in:
parent
28b9f9492f
commit
a6227bd47c
@ -1168,3 +1168,8 @@ AcpiOsDbgAssert(void *FailedAssertion, void *FileName, UINT32 LineNumber,
|
|||||||
} // Debug_Assert
|
} // Debug_Assert
|
||||||
|
|
||||||
|
|
||||||
|
UINT32
|
||||||
|
AcpiOsGetThreadId(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user