1 /* 2 * Copyright (c) 2025-2026 Texas Instruments Incorporated - https://www.ti.com 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 #ifndef TI_HOSTS_H 7 #define TI_HOSTS_H 8 9 /* TIFS (Trusted Firmware) host ID */ 10 #define TI_HOST_ID_TIFS (0U) 11 12 /* Number of host IDs supported by the system */ 13 #define TI_HOST_ID_CNT (16U) 14 15 #endif /* TI_HOSTS_H */ 16