/* | |
* Copyright (c) 2024, Arm Limited. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef TBB_TEST_INFRA_H_INCLUDED | |
#define TBB_TEST_INFRA_H_INCLUDED | |
#include <tftf_lib.h> | |
test_result_t test_corrupt_boot_fip(unsigned int offset); | |
#endif /* TBB_TEST_INFRA_H_INCLUDED */ | |