Search
lxdream.org :: lxdream/src/mem.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.h
changeset 101:5a22f3699b67
prev43:0cf3e339cc59
next146:f91fa34ab219
author nkeynes
date Mon Mar 13 12:37:06 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add sh4addr_t type, need to start propagating it instead of uint32_t
file annotate diff log raw
1.1 --- a/src/mem.h Mon Dec 26 11:47:15 2005 +0000
1.2 +++ b/src/mem.h Mon Mar 13 12:37:06 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: mem.h,v 1.6 2005-12-26 11:47:12 nkeynes Exp $
1.6 + * $Id: mem.h,v 1.7 2006-03-13 12:37:06 nkeynes Exp $
1.7 *
1.8 * mem is responsible for creating and maintaining the overall system memory
1.9 * map, as visible from the SH4 processor. (Note the ARM has a different map)
1.10 @@ -83,6 +83,8 @@
1.11 void mem_delete_watch( watch_point_t watch );
1.12 watch_point_t mem_is_watched( uint32_t addr, int size, int op );
1.13
1.14 +typedef uint32_t sh4addr_t;
1.15 +
1.16 extern char **page_map;
1.17 #ifdef __cplusplus
1.18 }
.