/[dynamips]/upstream/dynamips-0.2.7-RC3/dev_dec21140.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.7-RC3/dev_dec21140.h

Parent Directory Parent Directory | Revision Log Revision Log


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

1 /*
2 * Cisco router simulation platform.
3 * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
4 */
5
6 #ifndef __DEV_DEC21140_H__
7 #define __DEV_DEC21140_H__
8
9 #include <sys/types.h>
10
11 #include "utils.h"
12 #include "vm.h"
13 #include "cpu.h"
14 #include "device.h"
15 #include "net_io.h"
16
17 /* Generic DEC21140 initialization code */
18 struct dec21140_data *dev_dec21140_init(vm_instance_t *vm,char *name,
19 struct pci_bus *pci_bus,int pci_device,
20 int irq);
21
22 /* Remove a DEC21140 device */
23 void dev_dec21140_remove(struct dec21140_data *d);
24
25 /* Bind a NIO to DEC21140 device */
26 int dev_dec21140_set_nio(struct dec21140_data *d,netio_desc_t *nio);
27
28 /* Unbind a NIO from a DEC21140 device */
29 void dev_dec21140_unset_nio(struct dec21140_data *d);
30
31 #endif

  ViewVC Help
Powered by ViewVC 1.1.26