fix out-of-tree build and new kernel support
[sgx.git] / pvr / sgx_bridge_km.h
index fbd3379..f0613e7 100644 (file)
 
 
 enum PVRSRV_ERROR SGXSubmitTransferKM(void *hDevHandle,
-               struct PVRSRV_TRANSFER_SGX_KICK *psKick);
+                               struct PVRSRV_TRANSFER_SGX_KICK *psKick,
+                               struct PVRSRV_PER_PROCESS_DATA *proc);
 
 
 enum PVRSRV_ERROR SGXDoKickKM(void *hDevHandle,
-                                 struct SGX_CCB_KICK *psCCBKick);
+                               struct SGX_CCB_KICK *psCCBKick,
+                               struct PVRSRV_PER_PROCESS_DATA *proc);
 
 enum PVRSRV_ERROR SGXGetPhysPageAddrKM(void *hDevMemHeap,
                struct IMG_DEV_VIRTADDR sDevVAddr,