1 /*
2  * Copyright 2014, General Dynamics C4 Systems
3  *
4  * SPDX-License-Identifier: GPL-2.0-only
5  */
6 
7 #include <types.h>
8 #include <api/failures.h>
9 
10 lookup_fault_t current_lookup_fault;
11 seL4_Fault_t current_fault;
12 syscall_error_t current_syscall_error;
13 #ifdef CONFIG_KERNEL_INVOCATION_REPORT_ERROR_IPC
14 debug_syscall_error_t current_debug_error;
15 #endif
16 
17