TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
OP-TEE
/
optee_test
/
bcedd371382a0a1f8e3c07aee9c901b437feb714
/
.
/
ta
/
os_test
/
cxx_tests.h
blob: a27c37eed55fd43fd26b9894c4e82d571cd4f785 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (c) 2020 Huawei Technologies Co., Ltd
*/
#ifndef
CXX_TESTS_H
#define
CXX_TESTS_H
void
throw_mfe
(
void
);
void
throwing_c_func
(
void
);
#endif
/* CXX_TESTS_H */