/[dynamips]/upstream/dynamips-0.2.8-RC1/cisco_eeprom.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.8-RC1/cisco_eeprom.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.7/cisco_eeprom.h revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC upstream/dynamips-0.2.8-RC1/cisco_eeprom.h revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 23  const struct cisco_eeprom *cisco_eeprom_ Line 23  const struct cisco_eeprom *cisco_eeprom_
23  /* Find a PA EEPROM */  /* Find a PA EEPROM */
24  const struct cisco_eeprom *cisco_eeprom_find_pa(char *name);  const struct cisco_eeprom *cisco_eeprom_find_pa(char *name);
25    
26    /* Find a WIC EEPROM */
27    const struct cisco_eeprom *cisco_eeprom_find_wic(char *name);
28    
29    /* Find a C6k EEPROM */
30    const struct cisco_eeprom *cisco_eeprom_find_c6k(char *name);
31    
32  /* Find an EEPROM in the specified EEPROM array */  /* Find an EEPROM in the specified EEPROM array */
33  const struct cisco_eeprom *  const struct cisco_eeprom *
34  cisco_eeprom_find(const struct cisco_eeprom *eeproms,char *name);  cisco_eeprom_find(const struct cisco_eeprom *eeproms,char *name);

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26