9 lines
150 B
C
9 lines
150 B
C
#ifndef FPGA_H
|
|
#define FPGA_H
|
|
#include "fpga_cell.h"
|
|
|
|
int fpga_generate_bitstream(struct fpga_chain *chain,
|
|
char *filename);
|
|
|
|
#endif // FPGA_H
|