mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 00:54:22 +00:00

Changes all occurrences of "RSS" and "rss" in the code and build files to "RSE" and "rse". Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: Idec0bf7a90ae381f5bc968e1bb167daace24a11f
16 lines
377 B
C
16 lines
377 B
C
|
|
/*
|
|
* Copyright (c) 2022, Arm Ltd. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef RSE_AP_TESTSUITES_H
|
|
#define RSE_AP_TESTSUITES_H
|
|
|
|
#include <test_framework.h>
|
|
|
|
void register_testsuite_measured_boot(struct test_suite_t *p_test_suite);
|
|
void register_testsuite_delegated_attest(struct test_suite_t *p_test_suite);
|
|
|
|
#endif /* RSE_AP_TESTSUITES_H */
|