blob: 444d54bc7bd7910a8cff90a5d88a62907a77401e [file] [log] [blame]
mardyk01f5b46352023-10-24 16:23:23 -05001/*
2 * Copyright (c) 2023, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <fuzz_helper.h>
8#include <power_management.h>
9#include <sdei.h>
10#include <test_helpers.h>
11#include <tftf_lib.h>
12#include <timer.h>
13
14void tftf_test_tsp_smc(uint64_t tsp_id, char *);
15void run_tsp_fuzz(char *);