/[gxemul]/trunk/src/include/cpu_ppc.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/cpu_ppc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 25 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 26 by dpavlin, Mon Oct 8 16:20:10 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_ppc.h,v 1.64 2006/03/05 16:51:55 debug Exp $   *  $Id: cpu_ppc.h,v 1.65 2006/06/24 21:47:24 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
# Line 213  int ppc_memory_rw(struct cpu *cpu, struc Line 213  int ppc_memory_rw(struct cpu *cpu, struc
213  int ppc_cpu_family_init(struct cpu_family *);  int ppc_cpu_family_init(struct cpu_family *);
214    
215  /*  memory_ppc.c:  */  /*  memory_ppc.c:  */
216  int ppc_translate_address(struct cpu *cpu, uint64_t vaddr,  int ppc_translate_v2p(struct cpu *cpu, uint64_t vaddr,
217          uint64_t *return_addr, int flags);          uint64_t *return_addr, int flags);
218    
219  #endif  /*  CPU_PPC_H  */  #endif  /*  CPU_PPC_H  */

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26