SysInstallDeviceLISR Function

It is necessary to provide an implementation of the following function:
PVRSRV_ERROR SysInstallDeviceLISR(IMG_HANDLE hSysData,
IMG_UINT32 ui32IRQ,
const IMG_CHAR *pszName,
PFN_LISR pfnLISR,
void *pvData,
IMG_HANDLE *phLISRData)

SysInstallDeviceLISR() is called by the GPU Services server device initialisation code in order to install a device interrupt handling function. Typically, it is sufficient to call the OSInstallSystemLISR() helper function.