Delete all Trailing spaces in code.
[reactos.git] / rosapps / devutils / cputointel / From / 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_Blr( FILE *out, CPU_BYTE * cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress, CPU_UNINT cpuarch);
14 CPU_INT PPC_Li( FILE *out, CPU_BYTE * cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress, CPU_UNINT cpuarch);
15 CPU_INT PPC_mr( FILE *out, CPU_BYTE * cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress, CPU_UNINT cpuarch);
16 CPU_INT PPC_Stw( FILE *out, CPU_BYTE * cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress, CPU_UNINT cpuarch);
17 CPU_INT PPC_Stwu( FILE *out, CPU_BYTE * cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress, CPU_UNINT cpuarch);
18
19 /* Export comment thing see m68k for example
20 * in dummy we do not show it, for it is diffent for each cpu
21 */
22
23