Bryan O'Donoghue | 3b11df0 | 2018-07-03 15:11:33 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2018, ARM Limited and Contributors. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 6 | #ifndef IMX_HAB_ARCH_H |
| 7 | #define IMX_HAB_ARCH_H |
Bryan O'Donoghue | 3b11df0 | 2018-07-03 15:11:33 +0100 | [diff] [blame] | 8 | |
| 9 | /* Define the offset the High Assurance Boot callback table is at */ |
| 10 | #define HAB_CALLBACK_OFFSET 0x100 |
| 11 | |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 12 | #endif /* IMX_HAB_ARCH_H */ |