xref: /rk3399_ARM-atf/plat/ti/k3low/common/pm/ti_host_idx_mapping.c (revision a28114d66a6d43db4accef5fd5d6dab6c059e584)
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