windows-nt/Source/XPSP1/NT/base/hals/halia64/ia64/i64generic.c

13 lines
130 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "halp.h"
VOID
HalpGenericCall (
VOID (*Fnc)(ULONG) ,
ULONG y,
KAFFINITY z
)
{
return;
}