#ifndef OPENFPGA_TITLE_H #define OPENFPGA_TITLE_H /******************************************************************** * Include header files that are required by function declaration *******************************************************************/ #include /******************************************************************** * Function declaration *******************************************************************/ std::string create_openfpga_title(); #endif