libffi
[m6w6/ext-psi] / src / libffi.h
diff --git a/src/libffi.h b/src/libffi.h
new file mode 100644 (file)
index 0000000..e8b0553
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _PSI_LIBFFI_H
+#define _PSI_LIBFFI_H
+
+#include "context.h"
+
+PSI_ContextOps *PSI_Libffi(void);
+
+#endif