#ifndef FPGA_CELL_NONE_H #define FPGA_CELL_NONE_H #include "fpga_cell.h" struct fpga_cell_none { struct fpga_cell base_cell; }; struct fpga_cell_none *fpga_cell_none_new(); #endif // FPGA_CELL_NONE_H