aboutsummaryrefslogtreecommitdiff
path: root/chapters/enumerations.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/enumerations.adoc')
-rw-r--r--chapters/enumerations.adoc16
1 files changed, 0 insertions, 16 deletions
diff --git a/chapters/enumerations.adoc b/chapters/enumerations.adoc
deleted file mode 100644
index 9ef6dce..0000000
--- a/chapters/enumerations.adoc
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// This confidential and proprietary software may be used only as
-// authorised by a licensing agreement from ARM Limited
-// (C) COPYRIGHT 2023 ARM Limited
-// ALL RIGHTS RESERVED
-// The entire notice above must be reproduced on all authorised
-// copies and copies may only be made to the extent permitted
-// by a licensing agreement from ARM Limited.
-
-== Enumerations
-
-Where enumerated types are specified for an operator, the provided value must be a valid enumerant for that type.
-The included tables provide reference values for the enumerations.
-Implementations do not need to use these values, they may substitute other values as long as they are functionally equivalent.
-
-include::{generated}/enums.adoc[]