blob: 2a34c6a895ff18f9b8806be10c3d655a0cb7f548 [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 */
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00006#ifndef IMX_HAB_ARCH_H
7#define IMX_HAB_ARCH_H
Bryan O'Donoghue3b11df02018-07-03 15:11:33 +01008
9/* Define the offset the High Assurance Boot callback table is at */
10#define HAB_CALLBACK_OFFSET 0x100
11
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* IMX_HAB_ARCH_H */