#include "of_call.h"
#include <string.h>
Go to the source code of this file.
Defines |
| #define | OF_FAILED 0 |
| #define | ERR_NOT_FOUND 0xc0000010 |
Typedefs |
| typedef int(* | of_proxy )(int table_off, void *arg1, void *arg2, void *arg3, void *arg4, void *arg5, void *arg6) |
| typedef long | jmp_buf [100] |
Functions |
| int | setjmp (jmp_buf buf) |
| int | longjmp (jmp_buf buf, int retval) |
| int | ofw_callmethod_ret (const char *method, int handle, int nargs, int *args, int ret) |
Variables |
| of_proxy | ofproxy |