9 lines
176 B
C
9 lines
176 B
C
|
#ifndef OPENFPGA_ARCH_LINKER_H
|
||
|
#define OPENFPGA_ARCH_LINKER_H
|
||
|
|
||
|
#include "openfpga_arch.h"
|
||
|
|
||
|
void link_config_protocol_to_circuit_library(openfpga::Arch& openfpga_arch);
|
||
|
|
||
|
#endif
|