1
2
3
4
5
6
7
8
9
10
11
12
| /** @file
| Register names for TCSS USB devices
|
| Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
| SPDX-License-Identifier: BSD-2-Clause-Patent
| **/
| #ifndef _TCSS_INFO_H_
| #define _TCSS_INFO_H_
|
| #define MAX_ITBT_PCIE_PORT 4
|
| #endif
|
|