GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/*
|
||||
* Copyright (c) 2016 Toradex, Inc.
|
||||
*/
|
||||
|
||||
#ifndef _TDX_COMMON_H
|
||||
#define _TDX_COMMON_H
|
||||
|
||||
#define TORADEX_USB_PRODUCT_NUM_OFFSET 0x4000
|
||||
#define TDX_USB_VID 0x1B67
|
||||
|
||||
int ft_common_board_setup(void *blob, bd_t *bd);
|
||||
|
||||
#endif /* _TDX_COMMON_H */
|
||||
Reference in New Issue
Block a user