--- upstream/dynamips-0.2.7/cisco_eeprom.h 2007/10/06 16:29:14 10 +++ upstream/dynamips-0.2.8-RC1/cisco_eeprom.h 2007/10/06 16:33:40 11 @@ -23,6 +23,12 @@ /* Find a PA EEPROM */ const struct cisco_eeprom *cisco_eeprom_find_pa(char *name); +/* Find a WIC EEPROM */ +const struct cisco_eeprom *cisco_eeprom_find_wic(char *name); + +/* Find a C6k EEPROM */ +const struct cisco_eeprom *cisco_eeprom_find_c6k(char *name); + /* Find an EEPROM in the specified EEPROM array */ const struct cisco_eeprom * cisco_eeprom_find(const struct cisco_eeprom *eeproms,char *name);