]> git.sur5r.net Git - u-boot/blob - board/toradex/common/tdx-common.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / toradex / common / tdx-common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2016 Toradex, Inc.
4  */
5
6 #ifndef _TDX_COMMON_H
7 #define _TDX_COMMON_H
8
9 #define TORADEX_USB_PRODUCT_NUM_OFFSET  0x4000
10 #define TDX_USB_VID                     0x1B67
11
12 int ft_common_board_setup(void *blob, bd_t *bd);
13
14 #endif /* _TDX_COMMON_H */