summaryrefslogtreecommitdiff
path: root/board/toradex/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/toradex/common/common.h')
-rw-r--r--board/toradex/common/common.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/toradex/common/common.h b/board/toradex/common/common.h
new file mode 100644
index 0000000000..998c479f36
--- /dev/null
+++ b/board/toradex/common/common.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2015 Toradex, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _TRDX_COMMON_H
+#define _TRDX_COMMON_H
+
+#define TRDX_USB_VID 0x1B67
+
+
+#endif /* _TRDX_COMMON_H */