aboutsummaryrefslogtreecommitdiff
path: root/tztest/el1/tztest_el1.h
diff options
context:
space:
mode:
Diffstat (limited to 'tztest/el1/tztest_el1.h')
-rw-r--r--tztest/el1/tztest_el1.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tztest/el1/tztest_el1.h b/tztest/el1/tztest_el1.h
new file mode 100644
index 0000000..8545a26
--- /dev/null
+++ b/tztest/el1/tztest_el1.h
@@ -0,0 +1,8 @@
+#ifndef _TZTEST_EL1_H
+#define _TZTEST_EL1_H
+
+uint32_t el1_check_cpacr_trap(uint32_t __attribute__((unused))arg);
+uint32_t el1_check_wfx_trap(uint32_t __attribute__((unused))arg);
+uint32_t el1_check_register_access(uint32_t __attribute__((unused))arg);
+
+#endif