mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
implement NdisGetCurrentProcessorCounts
svn path=/trunk/; revision=32741
This commit is contained in:
@@ -507,6 +507,14 @@ typedef struct _NDIS40_MINIPORT_CHARACTERISTICS {
|
||||
KeReleaseSpinLock(_Lock, OldIrql); \
|
||||
}
|
||||
|
||||
/* missing protypes */
|
||||
VOID
|
||||
NTAPI
|
||||
ExGetCurrentProcessorCounts(
|
||||
PULONG ThreadKernelTime,
|
||||
PULONG TotalCpuTime,
|
||||
PULONG ProcessorNumber);
|
||||
|
||||
#endif /* __NDISSYS_H */
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -462,7 +462,7 @@ NdisConvertStringToAtmAddress(
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
VOID
|
||||
EXPORT
|
||||
@@ -477,7 +477,7 @@ NdisGetCurrentProcessorCounts(
|
||||
* NDIS 5.0
|
||||
*/
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
ExGetCurrentProcessorCounts( (PULONG) pIdleCount, (PULONG) pKernelAndUser, (PULONG) pIndex);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user