aboutsummaryrefslogtreecommitdiff
path: root/include/semihosting/semihost.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/semihosting/semihost.h')
-rw-r--r--include/semihosting/semihost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/semihosting/semihost.h b/include/semihosting/semihost.h
index b03e637..231dc89 100644
--- a/include/semihosting/semihost.h
+++ b/include/semihosting/semihost.h
@@ -33,6 +33,8 @@ typedef enum SemihostingTarget {
* Return true if guest code is allowed to make semihosting calls.
*/
bool semihosting_enabled(bool is_user);
+bool semihosting_arm_compatible(void);
+void semihosting_arm_compatible_init(void);
SemihostingTarget semihosting_get_target(void);
const char *semihosting_get_arg(int i);