xref: /haiku/headers/private/kernel/arch/arm/arch_user_debugger.h (revision 21258e2674226d6aa732321b6f8494841895af5f)
1 /*
2  * Copyright 2005, Axel Dörfler, axeld@pinc-software.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _KERNEL_ARCH_ARM_USER_DEBUGGER_H
6 #define _KERNEL_ARCH_ARM_USER_DEBUGGER_H
7 
8 struct arch_team_debug_info {
9 };
10 
11 struct arch_thread_debug_info {
12 };
13 
14 #endif	// _KERNEL_ARCH_ARM_USER_DEBUGGER_H
15