2009-07-27 20:23:08 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2005, Axel Dörfler, axeld@pinc-software.de.
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
2011-03-14 16:48:21 +03:00
|
|
|
#ifndef _KERNEL_ARCH_ARM_USER_DEBUGGER_H
|
|
|
|
#define _KERNEL_ARCH_ARM_USER_DEBUGGER_H
|
2009-07-27 20:23:08 +04:00
|
|
|
|
|
|
|
struct arch_team_debug_info {
|
|
|
|
};
|
|
|
|
|
|
|
|
struct arch_thread_debug_info {
|
|
|
|
};
|
|
|
|
|
2011-03-14 16:48:21 +03:00
|
|
|
#endif // _KERNEL_ARCH_ARM_USER_DEBUGGER_H
|