about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedmounttypes32.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-04-12 18:34:03 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-04-12 18:34:03 +0200
commita89748e9e5e2ea979ea9fb0c181040dc4096dadb (patch)
treec06e4df1220f7452ff11523c72a3ef0be30d3e4e /src/wrapped32/generated/wrappedmounttypes32.h
parent91f9a58b3058732259e8a86d830493ad87fa9ff5 (diff)
downloadbox64-a89748e9e5e2ea979ea9fb0c181040dc4096dadb.tar.gz
box64-a89748e9e5e2ea979ea9fb0c181040dc4096dadb.zip
[BOX32][WRAPPER] Added wrapped libmount and libblkid, plus 1 new wrapped function on libgbm
Diffstat (limited to 'src/wrapped32/generated/wrappedmounttypes32.h')
-rw-r--r--src/wrapped32/generated/wrappedmounttypes32.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedmounttypes32.h b/src/wrapped32/generated/wrappedmounttypes32.h
new file mode 100644
index 00000000..e0bc9af8
--- /dev/null
+++ b/src/wrapped32/generated/wrappedmounttypes32.h
@@ -0,0 +1,21 @@
+/*********************************************************************
+ * File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) *
+ *********************************************************************/
+#ifndef __wrappedmountTYPES32_H_
+#define __wrappedmountTYPES32_H_
+
+#ifndef LIBNAME
+#error You should only #include this file inside a wrapped*.c file
+#endif
+#ifndef ADDED_FUNCTIONS
+#define ADDED_FUNCTIONS() 
+#endif
+
+typedef void* (*pFi_t)(int32_t);
+typedef int32_t (*iFpbL_p_t)(void*, struct_L_t*, void*);
+
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(mnt_get_builtin_optmap, pFi_t) \
+	GO(mnt_optstr_get_flags, iFpbL_p_t)
+
+#endif // __wrappedmountTYPES32_H_