aboutsummaryrefslogtreecommitdiff
path: root/demo_functionality.h
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-12-10 16:46:56 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-12-10 16:46:56 +0100
commit3f1cd2050271dbf548e053f0a67e365b277cfcb3 (patch)
treecef57f71beddb9bb97d35390deb29a09b2d7d98b /demo_functionality.h
parentc76b34db77f06450ba1c957e87a0b1df3c6c29b4 (diff)
downloadrpi-MMU-example-3f1cd2050271dbf548e053f0a67e365b277cfcb3.tar.gz
rpi-MMU-example-3f1cd2050271dbf548e053f0a67e365b277cfcb3.zip
re-enter system mode on invalid data access from PL0 code
Diffstat (limited to 'demo_functionality.h')
-rw-r--r--demo_functionality.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo_functionality.h b/demo_functionality.h
index 5d6e659..73a284b 100644
--- a/demo_functionality.h
+++ b/demo_functionality.h
@@ -11,4 +11,6 @@ void demo_setup_PL0(void);
void demo_go_unprivileged(void);
+void demo_setup_interrupts(void);
+
#endif // DEMO_FUNCTIONALITY_H