/* * Copyright 2018, Jaroslaw Pelczar * Distributed under the terms of the MIT License. */ #ifndef _KERNEL_ARCH_ARM64_ARCH_USER_DEBUGGER_H_ #define _KERNEL_ARCH_ARM64_ARCH_USER_DEBUGGER_H_ struct arch_team_debug_info { }; struct arch_thread_debug_info { }; #endif /* _KERNEL_ARCH_ARM64_ARCH_USER_DEBUGGER_H_ */