diff options
Diffstat (limited to 'emu/Android/srvm.h')
| -rw-r--r-- | emu/Android/srvm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emu/Android/srvm.h b/emu/Android/srvm.h new file mode 100644 index 0000000..4f24b93 --- /dev/null +++ b/emu/Android/srvm.h @@ -0,0 +1,9 @@ +typedef struct{char *name; long sig; void (*fn)(void*); int size; int np; uchar map[16];} Runtab; +Runtab Srvmodtab[]={ + "init",0x9cd71c5e,Srv_init,32,0,{0}, + "ipa2h",0xaf4c19dd,Srv_ipa2h,40,2,{0x0,0x80,}, + "iph2a",0xaf4c19dd,Srv_iph2a,40,2,{0x0,0x80,}, + "ipn2p",0xea1a6969,Srv_ipn2p,40,2,{0x0,0xc0,}, + 0 +}; +#define Srvmodlen 4 |
