OpenFPGA/openfpga/src/base/openfpga_title.h

15 lines
485 B
C
Raw Normal View History

#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();
#endif