#[no_mangle]pub static mut SYSCALL_FIRED: usize
This is used in the syscall handler. When set to 1 this means the svc_handler was called. Marked pub because it is used in the cortex-m* specific handler.
pub