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

13 lines
205 B
C
Raw Normal View History

2019-06-16 21:27:42 +02:00
#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