1 /* 2 * Copyright 2009-2019 Haiku, Inc. All rights reserved. 3 * All rights reserved. Distributed under the terms of the MIT License. 4 */ 5 #ifndef _KERNEL_ARCH_RISCV64_USER_DEBUGGER_H 6 #define _KERNEL_ARCH_RISCV64_USER_DEBUGGER_H 7 8 struct arch_team_debug_info { 9 uint32 dummy; 10 }; 11 12 struct arch_thread_debug_info { 13 uint32 dummy; 14 }; 15 16 #endif /* _KERNEL_ARCH_RISCV64_USER_DEBUGGER_H */ 17 18