xref: /rk3399_ARM-atf/include/drivers/qti/sec_core/sec_core.h (revision 5de3e03dbd7c2da6748e294f423c83f9582f459c)
1 /*
2  * Copyright (c) 2026, Qualcomm Technologies, Inc. and/or its subsidiaries.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef SEC_CORE_H
8 #define SEC_CORE_H
9 
10 #include <stdint.h>
11 
12 void qti_sec_core_init(void);
13 void qti_sec_core_remap(uintptr_t entrypoint);
14 
15 #endif /* SEC_CORE_H */
16