/* SPDX-License-Identifier: BSD-2-Clause */ | |
/* Copyright (c) 2018, Linaro Limited */ | |
#ifndef __TA_EVA_H | |
#define __TA_EVA_H | |
#define TA_EVA_UUID { 0x0791bd1b, 0x855e, 0x4a0b, \ | |
{ 0xa6, 0x21, 0x02, 0xee, 0xc4, 0x88, 0xa8, 0x8e } } | |
/* | |
* Run all predefined tests. | |
*/ | |
#define TA_EVA_CMD_RUN_ALL_TESTS 0 | |
#endif /*__TA_EVA_H*/ |