xref: /haiku/headers/os/arch/mipsel/arch_debugger.h (revision c90684742e7361651849be4116d0e5de3a817194)
1 /*
2  * Copyright 2009, Haiku Inc.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _ARCH_MIPSEL_DEBUGGER_H
6 #define _ARCH_MIPSEL_DEBUGGER_H
7 
8 
9 //#warning MIPSEL: fixme
10 struct mipsel_debug_cpu_state {
11 	uint32	dummy;
12 } __attribute__((aligned(8)));
13 
14 
15 #endif	// _ARCH_MIPSEL_DEBUGGER_H
16