#ifndef FPGA_CELL_WIRE_H #define FPGA_CELL_WIRE_H #include "fpga_cell.h" struct fpga_cell_wire { struct fpga_cell base_cell; }; struct fpga_cell *fpga_cell_wire_new(); struct fpga_cell *fpga_cell_wire_get_next_isp(struct fpga_cell *cell, enum fpga_isp_channel *isp_channel); #endif // FPGA_CELL_WIRE_H