OpenFPGA/openfpga/src/base/openfpga_title.h

17 lines
522 B
C++

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