haiku/headers/private/kernel/arch/arm64/arch_user_debugger.h

18 lines
341 B
C
Raw Normal View History

/*
* Copyright 2018, Jaroslaw Pelczar <jarek@jpelczar.com>
* 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_ */