- Remove roswebparser.exe from installable modules list.
[reactos.git] / rosapps / applications / devutils / cputointel / From / ARM / ARM.h
1
2 #include "../../misc.h"
3
4 CPU_INT ARMBrain( CPU_BYTE *cpu_buffer,
5 CPU_UNINT cpu_pos,
6 CPU_UNINT cpu_size,
7 CPU_UNINT BaseAddress,
8 CPU_UNINT cpuarch,
9 FILE *outfp);
10
11 /* here we put the prototype for the opcode api that brain need we show a example for it */
12 CPU_INT ARM_(FILE *out, CPU_BYTE * cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress, CPU_UNINT cpuarch);
13
14
15 /* Export comment thing see m68k for example
16 * in dummy we do not show it, for it is diffent for each cpu
17 */