--- a/src/sh4/xltcache.h Thu Sep 20 08:35:04 2007 +0000 +++ b/src/sh4/xltcache.h Sat Sep 29 05:33:02 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: xltcache.h,v 1.4 2007-09-20 08:35:04 nkeynes Exp $ + * $Id: xltcache.h,v 1.5 2007-09-28 07:26:35 nkeynes Exp $ * * Translation cache support (architecture independent) * @@ -69,6 +69,12 @@ void *xlat_get_code( sh4addr_t address ); /** + * Retrieve the address of the lookup table entry corresponding to the + * given SH4 address. + */ +void **xlat_get_lut_entry( sh4addr_t address ); + +/** * Retrieve the size of the code block starting at the specified pointer. If the * pointer is not a valid code block, the return value is undefined. */