Manish Pandey | 0145ec3 | 2024-08-12 17:59:54 +0100 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2024, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #include <arch.h> | ||||
8 | #include <arch_helpers.h> | ||||
9 | #include <arm_arch_svc.h> | ||||
10 | #include <assert.h> | ||||
11 | #include <debug.h> | ||||
12 | #include <smccc.h> | ||||
13 | #include <sync.h> | ||||
14 | #include <tftf_lib.h> | ||||
15 | #include <platform_def.h> | ||||
16 | |||||
17 | test_result_t test_asymmetric_features(void) | ||||
18 | { | ||||
19 | return TEST_RESULT_SUCCESS; | ||||
20 | } |