mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
14 lines
232 B
C
14 lines
232 B
C
|
/*
|
||
|
* Copyright (c) 2016 Toradex, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _TDX_COMMON_H
|
||
|
#define _TDX_COMMON_H
|
||
|
|
||
|
#define TORADEX_USB_PRODUCT_NUM_OFFSET 0x4000
|
||
|
#define TDX_USB_VID 0x1B67
|
||
|
|
||
|
#endif /* _TDX_COMMON_H */
|