xref: /rk3399_ARM-atf/drivers/ti/common/pm/include/ti_hosts.h (revision 945de0f736703b42f64fbc1256fe1e1ed7749d3d)
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