summaryrefslogtreecommitdiff
path: root/covoar/skyeye_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'covoar/skyeye_header.h')
-rw-r--r--covoar/skyeye_header.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/covoar/skyeye_header.h b/covoar/skyeye_header.h
deleted file mode 100644
index d187239..0000000
--- a/covoar/skyeye_header.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*! @file skyeye_header.h
- * @brief skyeye_header Implementation
- *
- * This file contains the definition of the format
- * for coverage files written by the Skyeye simulator.
- */
-
-#ifndef __Skyeye_Header_h
-#define __Skyeye_Header_h
-
-#define MAX_DESC_STR 32
-
-typedef struct prof_header_s {
- int ver; /** the version of header file */
- int header_length; /** The length of header */
- int prof_start;
- int prof_end;
- char desc[MAX_DESC_STR]; /** The description info for profiling file */
-} prof_header_t;
-
-#endif