blob: e6bf0e598718e14934c9fbcb577e2431de4e4ed2 [file] [log] [blame]
Jimmy Brisson16de8102023-08-18 08:50:30 -05001/*
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
12test_result_t test_corrupt_boot_fip(unsigned int offset);
13
14#endif /* TBB_TEST_INFRA_H_INCLUDED */
15