aboutsummaryrefslogtreecommitdiffstats
path: root/drvlib.h
blob: 5755bf502cc28d755b87e6cf735585166e0a2a9a (plain) (blame)
1
2
3
4
5
6
7
#ifndef __DRVLIB_H__INCLUDED__
#define __DRVLIB_H__INCLUDED__

void drv_memcpy(void __far *dst, void __far *src, long size);
void __far *drv_malloc(DWORD dwSize, DWORD __far *lpLinear);

#endif /* __DRVLIB_H__INCLUDED__ */