aboutsummaryrefslogtreecommitdiffstats
path: root/docs/design/interrupt-framework-design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design/interrupt-framework-design.rst')
-rw-r--r--docs/design/interrupt-framework-design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/interrupt-framework-design.rst b/docs/design/interrupt-framework-design.rst
index 6f692b2f1..d4057ea42 100644
--- a/docs/design/interrupt-framework-design.rst
+++ b/docs/design/interrupt-framework-design.rst
@@ -48,7 +48,7 @@ the exception level(s) it is handled in.
The following constants define the various interrupt types in the framework
implementation.
-::
+.. code:: c
#define INTR_TYPE_S_EL1 0
#define INTR_TYPE_EL3 1