about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-18 14:14:30 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-18 14:14:30 +0100
commite7f8ebaf77ad0eec62f14ee783e0a0b329eb1607 (patch)
tree9da7d79898534be871028fc2147a12405d5b94b7 /src
parent29eab14f79321cdba42f97e3d0efee18e378ca99 (diff)
downloadbox64-e7f8ebaf77ad0eec62f14ee783e0a0b329eb1607.tar.gz
box64-e7f8ebaf77ad0eec62f14ee783e0a0b329eb1607.zip
Added some wrapped function to libdrm
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibdrm_private.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/wrapped/wrappedlibdrm_private.h b/src/wrapped/wrappedlibdrm_private.h
index 8116d2ae..3eadb476 100755
--- a/src/wrapped/wrappedlibdrm_private.h
+++ b/src/wrapped/wrappedlibdrm_private.h
@@ -79,14 +79,14 @@ GO(drmGetNodeTypeFromFd, iFi)
 //GO(drmGetStats, 
 GO(drmGetVersion, pFi)
 //GO(drmHandleEvent, 
-//GO(drmHashCreate, 
-//GO(drmHashDelete, 
-//GO(drmHashDestroy, 
-//GO(drmHashFirst, 
-//GO(drmHashInsert, 
-//GO(drmHashLookup, 
-//GO(drmHashNext, 
-//GO(drmIoctl, 
+GO(drmHashCreate, pFv)
+GO(drmHashDelete, iFpL)
+GO(drmHashDestroy, iFp)
+GO(drmHashFirst, iFppp)
+GO(drmHashInsert, iFpLL)
+GO(drmHashLookup, iFpLp)
+GO(drmHashNext, iFppp)
+GO(drmIoctl, iFiLp)
 //GO(drmIsMaster, 
 //GO(drmMalloc, 
 //GO(drmMap,