ttl-fpga/sw/kousaten/src/fpga_cell_none.h

13 lines
205 B
C

#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