OpenFPGA/openfpga/src/base/openfpga_link_arch.h

21 lines
606 B
C
Raw Normal View History

#ifndef OPENFPGA_LINK_ARCH_H
#define OPENFPGA_LINK_ARCH_H
/********************************************************************
* Include header files that are required by function declaration
*******************************************************************/
#include "openfpga_context.h"
/********************************************************************
* Function declaration
*******************************************************************/
/* begin namespace openfpga */
namespace openfpga {
void link_arch(OpenfpgaContext& openfpga_context);
} /* end namespace openfpga */
#endif