xref: /haiku/headers/os/arch/ppc/arch_debugger.h (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1 /*
2  * Copyright 2005, Haiku Inc.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _ARCH_PPC_DEBUGGER_H
6 #define _ARCH_PPC_DEBUGGER_H
7 
8 struct debug_cpu_state {
9 	uint32	dummy;
10 } __attribute__((aligned(8)));
11 
12 #endif	// _ARCH_PPC_DEBUGGER_H
13