mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
svf_jtag: add ifndef ... endif in hpp file to avoid multiple definition
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#ifndef SVF_JTAG_HPP
|
||||
#define SVF_JTAG_HPP
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
using namespace std;
|
||||
|
||||
class SVF_jtag {
|
||||
@@ -58,3 +61,4 @@ class SVF_jtag {
|
||||
svf_XYR tdr;
|
||||
svf_XYR tir;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user