windows-nt/Source/XPSP1/NT/sdktools/buggy/driver/physmem.h
2020-09-26 16:20:57 +08:00

42 lines
535 B
C

#ifndef _PHYSMEM_H_INCLUDED_
#define _PHYSMEM_H_INCLUDED_
VOID
StressAllocateContiguousMemory (
PVOID NotUsed
);
VOID
StressAllocateCommonBuffer (
PVOID NotUsed
);
VOID
EditPhysicalMemoryParameters (
);
VOID
StressAddPhysicalMemory (
PVOID NotUsed
);
VOID
StressDeletePhysicalMemory (
PVOID NotUsed
);
VOID
StressLockScenario (
PVOID NotUsed
);
VOID
StressPhysicalMemorySimple (
PVOID NotUsed
);
extern LARGE_INTEGER BuggyOneSecond;
#endif // #ifndef _PHYSMEM_H_INCLUDED_