about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibrttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated/wrappedlibrttypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibrttypes.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedlibrttypes.h b/src/wrapped/generated/wrappedlibrttypes.h
index 83b18783..b4c69426 100644
--- a/src/wrapped/generated/wrappedlibrttypes.h
+++ b/src/wrapped/generated/wrappedlibrttypes.h
@@ -11,9 +11,18 @@
 #define ADDED_FUNCTIONS() 
 #endif
 
+typedef int32_t (*iFp_t)(void*);
+typedef int32_t (*iFip_t)(int32_t, void*);
 typedef int32_t (*iFupp_t)(uint32_t, void*, void*);
+typedef int32_t (*iFipip_t)(int32_t, void*, int32_t, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
-	GO(timer_create, iFupp_t)
+	GO(aio_read, iFp_t) \
+	GO(aio_read64, iFp_t) \
+	GO(aio_write, iFp_t) \
+	GO(aio_write64, iFp_t) \
+	GO(aio_cancel, iFip_t) \
+	GO(timer_create, iFupp_t) \
+	GO(lio_listio, iFipip_t)
 
 #endif // __wrappedlibrtTYPES_H_