OpenFPGA/openfpga/src/base/openfpga_repack.h

24 lines
710 B
C
Raw Normal View History

2020-02-17 18:57:43 -06:00
#ifndef OPENFPGA_REPACK_H
#define OPENFPGA_REPACK_H
/********************************************************************
* Include header files that are required by function declaration
*******************************************************************/
#include "command.h"
#include "command_context.h"
#include "openfpga_context.h"
/********************************************************************
* Function declaration
*******************************************************************/
/* begin namespace openfpga */
namespace openfpga {
void repack(OpenfpgaContext& openfpga_ctx,
const Command& cmd, const CommandContext& cmd_context);
} /* end namespace openfpga */
#endif