aboutsummaryrefslogtreecommitdiffstats
path: root/host/simtrace.h
blob: a55e255e284f9cd09621fee862e14f0348e589d8 (plain)
1
2
3
4
5
6
7
8
9
10
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