/* * Copyright (c) 2025-2026 Texas Instruments Incorporated - https://www.ti.com * * SPDX-License-Identifier: BSD-3-Clause */ #include #include const uint8_t soc_host_indexes[1] = { [TI_HOST_ID_TIFS] = 0U, }; const uint8_t soc_host_indexes_count = (uint8_t)sizeof(soc_host_indexes);