blob: 338a02745bbd725cc4e3a3e62f0b877e5867b915 [file] [log] [blame]
Bryan O'Donoghue3b11df02018-07-03 15:11:33 +01001/*
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__ */