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

Annotation of /trunk/dev_mueslix.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations)
Sat Oct 6 16:29:14 2007 UTC (16 years, 6 months ago) by dpavlin
Original Path: upstream/dynamips-0.2.7/dev_mueslix.h
File MIME type: text/plain
File size: 872 byte(s)
dynamips-0.2.7

1 dpavlin 1 /*
2 dpavlin 7 * Cisco router simulation platform.
3 dpavlin 1 * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
4     */
5    
6     #ifndef __DEV_MUESLIX_H__
7     #define __DEV_MUESLIX_H__
8    
9     #include <sys/types.h>
10 dpavlin 7
11 dpavlin 1 #include "utils.h"
12     #include "cpu.h"
13 dpavlin 7 #include "vm.h"
14 dpavlin 1 #include "device.h"
15     #include "net_io.h"
16    
17     /* Number of channels (4 interfaces) */
18     #define MUESLIX_NR_CHANNELS 4
19    
20     /* Initialize a Mueslix chip */
21     struct mueslix_data *
22     dev_mueslix_init(vm_instance_t *vm,char *name,int chip_mode,
23     struct pci_bus *pci_bus,int pci_device,int irq);
24    
25     /* Remove a Mueslix device */
26     void dev_mueslix_remove(struct mueslix_data *d);
27    
28     /* Bind a NIO to a Mueslix channel */
29     int dev_mueslix_set_nio(struct mueslix_data *d,u_int channel_id,
30     netio_desc_t *nio);
31    
32     /* Unbind a NIO from a Mueslix channel */
33     int dev_mueslix_unset_nio(struct mueslix_data *d,u_int channel_id);
34    
35     #endif

  ViewVC Help
Powered by ViewVC 1.1.26