1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 /* 3 * Copyright 2022, 2025 NXP 4 */ 5 6 #ifndef __KERNEL_MISC_ARCH_H 7 #define __KERNEL_MISC_ARCH_H 8 9 #include <stdint.h> 10 11 /* Bootable hart ID table */ 12 extern uint32_t hartids[CFG_TEE_CORE_NB_CORE]; 13 14 #endif /*__KERNEL_MISC_ARCH_H*/ 15