2020-01-23 14:24:35 -06:00
|
|
|
#ifndef OPENFPGA_TITLE_H
|
|
|
|
#define OPENFPGA_TITLE_H
|
|
|
|
|
|
|
|
/********************************************************************
|
|
|
|
* Include header files that are required by function declaration
|
|
|
|
*******************************************************************/
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
/********************************************************************
|
|
|
|
* Function declaration
|
|
|
|
*******************************************************************/
|
2020-04-07 17:14:41 -05:00
|
|
|
std::string create_openfpga_title();
|
2020-01-23 14:24:35 -06:00
|
|
|
|
2021-01-27 17:03:46 -06:00
|
|
|
void print_openfpga_version_info();
|
|
|
|
|
2020-01-23 14:24:35 -06:00
|
|
|
#endif
|