/[dynamips]/trunk/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 /trunk/cisco_eeprom.h

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

upstream/dynamips-0.2.6-RC2/cisco_eeprom.h revision 3 by dpavlin, Sat Oct 6 16:05:34 2007 UTC upstream/dynamips-0.2.8-RC1/cisco_eeprom.h revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 1  Line 1 
1  /*    /*  
2   * Cisco C7200 (Predator) simulation platform.   * Cisco router simulation platform.
3   * Copyright (c) 2006 Christophe Fillot.  All rights reserved.   * Copyright (c) 2006 Christophe Fillot.  All rights reserved.
4   *   *
5   * Cisco EEPROM manipulation functions.   * Cisco EEPROM manipulation functions.
# 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.3  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26