--- upstream/dynamips-0.2.6-RC5/cisco_eeprom.h 2007/10/06 16:09:07 6 +++ trunk/cisco_eeprom.h 2007/10/06 16:45:40 12 @@ -1,5 +1,5 @@ /* - * Cisco C7200 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot. All rights reserved. * * Cisco EEPROM manipulation functions. @@ -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);