aboutsummaryrefslogtreecommitdiff
path: root/tztest/el1/tztest_el1.h
blob: 429588da042e5b1578b3dc87cde282081b52cd68 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _TZTEST_EL1_H
#define _TZTEST_EL1_H

uint32_t el1_check_smc(uint32_t);
uint32_t el1_check_cpacr_trap(uint32_t);
uint32_t el1_check_wfx_trap(uint32_t);
uint32_t el1_check_register_access(uint32_t);

#endif