- Italian translation by Daniele Forsi (dforsi at gmail dot com)
[reactos.git] / rosapps / devutils / cputointel / PPC / PPC.h
1
2 #include "../misc.h"
3
4 CPU_INT PPCBrain( 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
12 /* here we put the prototype for the opcode api that brain need we show a example for it */
13 CPU_INT PPC_Addx(FILE *out, CPU_BYTE * cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress, CPU_UNINT cpuarch);
14
15
16 /* Export comment thing see m68k for example
17 * in dummy we do not show it, for it is diffent for each cpu
18 */