--- a/src/sh4/xltcache.h Sat Sep 29 11:06:40 2007 +0000 +++ b/src/sh4/xltcache.h Thu Dec 20 09:56:07 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: xltcache.h,v 1.6 2007-09-29 11:06:40 nkeynes Exp $ + * $Id: xltcache.h,v 1.7 2007-10-06 09:03:24 nkeynes Exp $ * * Translation cache support (architecture independent) * @@ -27,6 +27,11 @@ } *xlat_cache_block_t; /** + * Initialize the translation cache + */ +void xlat_cache_init(void); + +/** * Returns the next block in the new cache list that can be written to by the * translator. */