--- upstream/dynamips-0.2.6-RC1/insn_lookup.h 2007/10/06 16:03:58 2 +++ upstream/dynamips-0.2.7/insn_lookup.h 2007/10/06 16:29:14 10 @@ -1,5 +1,5 @@ /* - * Cisco 7200 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * MIPS Instruction Lookup Tables. @@ -10,8 +10,6 @@ #include "utils.h" #include "hash.h" -#include "mips64.h" -#include "dynamips.h" /* Forward declaration for instruction lookup table */ typedef struct insn_lookup insn_lookup_t; @@ -98,7 +96,8 @@ } /* Create an instruction lookup table */ -insn_lookup_t *ilt_create(int nr_insn,ilt_get_insn_cbk_t get_insn, +insn_lookup_t *ilt_create(char *table_name, + int nr_insn,ilt_get_insn_cbk_t get_insn, ilt_check_cbk_t chk_lo,ilt_check_cbk_t chk_hi); #endif