1 /* 2 * Copyright (c) 2025-2026 Texas Instruments Incorporated - https://www.ti.com 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 #include <ti_host_idx_mapping.h> 7 #include <ti_hosts.h> 8 9 const uint8_t soc_host_indexes[1] = { 10 [TI_HOST_ID_TIFS] = 0U, 11 }; 12 const uint8_t soc_host_indexes_count = (uint8_t)sizeof(soc_host_indexes); 13