filename | src/sh4/xltcache.h |
changeset | 422:61a0598e07ff |
prev | 410:5f8413358e7f |
next | 561:533f6b478071 |
next | 586:2a3ba82cf243 |
author | nkeynes |
date | Sat Oct 06 09:03:24 2007 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Fix compilation warnings |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/xltcache.h Sat Sep 29 11:06:40 2007 +00001.2 +++ b/src/sh4/xltcache.h Sat Oct 06 09:03:24 2007 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: xltcache.h,v 1.6 2007-09-29 11:06:40 nkeynes Exp $1.6 + * $Id: xltcache.h,v 1.7 2007-10-06 09:03:24 nkeynes Exp $1.7 *1.8 * Translation cache support (architecture independent)1.9 *1.10 @@ -27,6 +27,11 @@1.11 } *xlat_cache_block_t;1.13 /**1.14 + * Initialize the translation cache1.15 + */1.16 +void xlat_cache_init(void);1.17 +1.18 +/**1.19 * Returns the next block in the new cache list that can be written to by the1.20 * translator.1.21 */
.