#ifndef OPENFPGA_PCF2PLACE_H #define OPENFPGA_PCF2PLACE_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 { int pcf2place_wrapper(const OpenfpgaContext& openfpga_context, const Command& cmd, const CommandContext& cmd_context); } /* end namespace openfpga */ #endif