dol: initial dol commit
[jump.git] / dol / src / dol / visitor / systemC / lib / dol_rp_ids.h
diff --git a/dol/src/dol/visitor/systemC/lib/dol_rp_ids.h b/dol/src/dol/visitor/systemC/lib/dol_rp_ids.h
new file mode 100644 (file)
index 0000000..1bd44c5
--- /dev/null
@@ -0,0 +1,28 @@
+/**************************************************************************\r
+       dol_rp_ids.h\r
\r
+       Report IDs\r
+\r
+       (c) 2006 by Alexander Maxiaguine <maxiagui@tik.ee.ethz.ch>\r
+\r
+       Computer Engineering and Networks Laboratory, TIK\r
+       Swiss Federal Institute of Technology, ETHZ Zurich \r
+       Switzerland\r
+\r
+**************************************************************************/\r
+\r
+/**************************************************************************\r
+       Change Log:\r
+\r
+       14.03.06 -- creation\r
+\r
+**************************************************************************/\r
+\r
+#ifndef DOL_RP_IDS_H\r
+#define DOL_RP_IDS_H\r
+\r
+//----------------- REPORT IDs --------------------------      \r
+const int RP_ID_PARAMETER_PROBLEM      = 5000;\r
+\r
+\r
+#endif\r