about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedandroidshmem_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedandroidshmem_private.h')
-rwxr-xr-xsrc/wrapped/wrappedandroidshmem_private.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wrapped/wrappedandroidshmem_private.h b/src/wrapped/wrappedandroidshmem_private.h
new file mode 100755
index 00000000..84f29a81
--- /dev/null
+++ b/src/wrapped/wrappedandroidshmem_private.h
@@ -0,0 +1,8 @@
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))

+#error Meh....

+#endif

+

+GO(shmctl, iFiip)

+GO(shmget, iFiLi)

+GO(shmat, pFipi)

+GO(shmdt, iFp)