⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dev_c3600_iofpga.h

📁 思科路由器仿真器,用来仿7200系列得,可以在电脑上模拟路由器
💻 H
字号:
/* * Cisco router simulation platform. * Copyright (c) 2005-2007 Christophe Fillot (cf@utc.fr) * * Cisco c3600 I/O FPGA. */#ifndef __DEV_C3600_IOFPGA_H__#define __DEV_C3600_IOFPGA_H__/* Forward declaration for IO_FPGA private data */struct c3600_iofpga_data;/* Trigger a Network IRQ for the specified slot/port */void dev_c3600_iofpga_net_set_irq(struct c3600_iofpga_data *d,                                  u_int slot,u_int port);/* Clear a Network IRQ for the specified slot/port */void dev_c3600_iofpga_net_clear_irq(struct c3600_iofpga_data *d,                                    u_int slot,u_int port);/* Create the c3600 I/O FPGA */int dev_c3600_iofpga_init(c3600_t *router,m_uint64_t paddr,m_uint32_t len);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -