Jimmy Brisson | 16de810 | 2023-08-18 08:50:30 -0500 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2024, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef TBB_TEST_INFRA_H_INCLUDED | ||||
8 | #define TBB_TEST_INFRA_H_INCLUDED | ||||
9 | |||||
10 | #include <tftf_lib.h> | ||||
11 | |||||
12 | test_result_t test_corrupt_boot_fip(unsigned int offset); | ||||
13 | |||||
14 | #endif /* TBB_TEST_INFRA_H_INCLUDED */ | ||||
15 |