xref: /rk3399_ARM-atf/plat/imx/imx7/include/imx_hab_arch.h (revision 0a6e7e3b76fa0e6aea6a40c69ad7d4ea8be720d8)
1 /*
2  * Copyright (C) 2018, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 #ifndef IMX_HAB_ARCH_H
7 #define IMX_HAB_ARCH_H
8 
9 /* Define the offset the High Assurance Boot callback table is at */
10 #define HAB_CALLBACK_OFFSET	0x100
11 
12 #endif /* IMX_HAB_ARCH_H */
13