/[dynamips]/upstream/dynamips-0.2.6-RC3/dev_c3600_bay.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

Contents of /upstream/dynamips-0.2.6-RC3/dev_c3600_bay.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Sat Oct 6 16:06:49 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 432 byte(s)
dynamips-0.2.6-RC3

1 /*
2 * Cisco 3600 simulation platform.
3 * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
4 *
5 * Network Module helper.
6 */
7
8 #ifndef __DEV_C3600_BAY_H__
9 #define __DEV_C3600_BAY_H__
10
11 #include "pci_dev.h"
12 #include "dev_c3600.h"
13
14 /* NM Information */
15 struct nm_bay_info {
16 int pci_bridge_device;
17 int pci_device;
18 };
19
20 /* Get a NM bay information */
21 struct nm_bay_info *c3600_nm_get_bay_info(u_int chassis,u_int nm_bay);
22
23 #endif

  ViewVC Help
Powered by ViewVC 1.1.26