aboutsummaryrefslogtreecommitdiffstats
path: root/host/simtrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/simtrace.h')
-rw-r--r--host/simtrace.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/host/simtrace.h b/host/simtrace.h
new file mode 100644
index 0000000..a55e255
--- /dev/null
+++ b/host/simtrace.h
@@ -0,0 +1,11 @@
+#ifndef _SIMTRACE_H
+#define _SIMTRACE_H
+
+#define SIMTRACE_USB_VENDOR 0x16c0
+#define SIMTRACE_USB_PRODUCT 0x0762
+
+#define SIMTRACE_OUT_EP 0x01
+#define SIMTRACE_IN_EP 0x82
+#define SIMTRACE_INT_EP 0x83
+
+#endif