OpenFPGA/libopenfpga/libfabrickey/src/write_xml_fabric_key.h

17 lines
586 B
C
Raw Normal View History

2020-06-12 01:07:04 -05:00
#ifndef WRITE_XML_FABRIC_KEY_H
#define WRITE_XML_FABRIC_KEY_H
/********************************************************************
* Include header files that are required by function declaration
*******************************************************************/
#include <fstream>
#include "fabric_key.h"
/********************************************************************
* Function declaration
*******************************************************************/
void write_xml_fabric_key(const char* fname,
const FabricKey& fabric_key);
#endif