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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (hide annotations)
Sat Oct 6 16:45:40 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 745 byte(s)
make working copy

1 dpavlin 8 /*
2     * Cisco router simulation platform.
3     * Copyright (c) 2005-2007 Christophe Fillot (cf@utc.fr)
4     *
5     * Cisco c2600 I/O FPGA.
6     */
7    
8     #ifndef __DEV_C2600_IOFPGA_H__
9     #define __DEV_C2600_IOFPGA_H__
10    
11     /* Forward declaration for IO_FPGA private data */
12     struct c2600_iofpga_data;
13    
14     /* Trigger a Network IRQ for the specified slot/port */
15     void dev_c2600_iofpga_net_set_irq(struct c2600_iofpga_data *d,
16     u_int slot,u_int port);
17    
18     /* Clear a Network IRQ for the specified slot/port */
19     void dev_c2600_iofpga_net_clear_irq(struct c2600_iofpga_data *d,
20     u_int slot,u_int port);
21    
22     /* Create the c2600 I/O FPGA */
23     int dev_c2600_iofpga_init(c2600_t *router,m_uint64_t paddr,m_uint32_t len);
24    
25     #endif

  ViewVC Help
Powered by ViewVC 1.1.26