Add simtrace2-remsim applications
diff --git a/host/simtrace.h b/host/simtrace.h
new file mode 100644
index 0000000..0611f36
--- /dev/null
+++ b/host/simtrace.h
@@ -0,0 +1,13 @@
+#ifndef _SIMTRACE_H
+#define _SIMTRACE_H
+
+#define SIMTRACE_USB_VENDOR	0x1d50
+#define SIMTRACE_USB_PRODUCT	0x60e3
+
+/* FIXME: automatically determine those values based on the usb config /
+ * interface descriptors */
+#define SIMTRACE_OUT_EP	0x04
+#define SIMTRACE_IN_EP	0x85
+#define SIMTRACE_INT_EP	0x86
+
+#endif