/[gxemul]/trunk/src/include/cpu_sparc.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_sparc.h

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

revision 30 by dpavlin, Mon Oct 8 16:20:40 2007 UTC revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_sparc.h,v 1.41 2006/07/23 12:40:24 debug Exp $   *  $Id: cpu_sparc.h,v 1.42 2006/09/04 15:35:55 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
# Line 330  int sparc_memory_rw(struct cpu *cpu, str Line 330  int sparc_memory_rw(struct cpu *cpu, str
330          unsigned char *data, size_t len, int writeflag, int cache_flags);          unsigned char *data, size_t len, int writeflag, int cache_flags);
331  int sparc_cpu_family_init(struct cpu_family *);  int sparc_cpu_family_init(struct cpu_family *);
332    
333    /*  memory_sparc.c:  */
334    int sparc_translate_v2p(struct cpu *cpu, uint64_t vaddr,
335            uint64_t *return_addr, int flags);
336    
337    
338  #endif  /*  CPU_SPARC_H  */  #endif  /*  CPU_SPARC_H  */

Legend:
Removed from v.30  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26