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_PPC_USER_DEBUGGER_H
6#define _KERNEL_ARCH_PPC_USER_DEBUGGER_H
7
8
9struct arch_team_debug_info {
10	uint32 dummy;
11};
12
13struct arch_thread_debug_info {
14	uint32 dummy;
15};
16
17#endif	// _KERNEL_ARCH_PPC_USER_DEBUGGER_H
18