windows-nt/Source/XPSP1/NT/drivers/wdm/usb/hcd/hccoin/hccoin.h
2020-09-26 16:20:57 +08:00

19 lines
234 B
C

#ifndef _HCCOIN_H
#define _HCCOIN_H
DWORD
HCCOIN_DoWin2kInstall(
HDEVINFO DeviceInfoSet,
PSP_DEVINFO_DATA DeviceInfoData
);
DWORD
HCCOIN_CheckControllers(
DWORD Haction,
DWORD NextHaction
);
#endif