| AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2023, Arm Limited. All rights reserved. | ||||
| 3 | * | ||||
| 4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
| 5 | * | ||||
| 6 | */ | ||||
| 7 | |||||
| 8 | #ifndef REALM_TESTS_H | ||||
| 9 | #define REALM_TESTS_H | ||||
| 10 | |||||
| 11 | bool test_pmuv3_cycle_works_realm(void); | ||||
| 12 | bool test_pmuv3_event_works_realm(void); | ||||
| 13 | bool test_pmuv3_rmm_preserves(void); | ||||
| 14 | bool test_pmuv3_overflow_interrupt(void); | ||||
| 15 | |||||
| 16 | #endif /* REALM_TESTS_H */ | ||||
| 17 | |||||