ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Coverage.h
Go to the documentation of this file.
1 #ifndef __COVERAGE_H__
2 #define __COVERAGE_H__
3 
4 #ifdef __cplusplus
5 extern "C"
6 {
7 #endif
8 
9 #ifdef ETISS_USE_COREDSL_COVERAGE
10 void etiss_coverage_count(int count, ...);
11 #else
12 #define etiss_coverage_count(...)
13 #endif
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif
#define etiss_coverage_count(...)
Definition: Coverage.h:12