summaryrefslogtreecommitdiff
path: root/src/xlat/pr_spec_set_store_bypass_flags.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlat/pr_spec_set_store_bypass_flags.in')
-rw-r--r--src/xlat/pr_spec_set_store_bypass_flags.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xlat/pr_spec_set_store_bypass_flags.in b/src/xlat/pr_spec_set_store_bypass_flags.in
new file mode 100644
index 000000000..6f9b62595
--- /dev/null
+++ b/src/xlat/pr_spec_set_store_bypass_flags.in
@@ -0,0 +1,4 @@
+PR_SPEC_ENABLE (1 << 1)
+PR_SPEC_DISABLE (1 << 2)
+PR_SPEC_FORCE_DISABLE (1 << 3)
+PR_SPEC_DISABLE_NOEXEC (1 << 4)