• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 uint8_t get_max_usb20_port(void);
4 uint8_t get_max_usb30_port(void);
5 uint8_t get_max_tcss_port(void);
6 uint8_t get_max_tbt_pcie_port(void);
7 uint8_t get_max_pcie_port(void);
8 uint8_t get_max_pcie_clock(void);
9 uint8_t get_max_uart_port(void);
10 uint8_t get_max_i2c_port(void);
11 uint8_t get_max_gspi_port(void);
12