2009-05-04 02:12:35 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2009, Haiku Inc.
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _ARCH_MIPSEL_DEBUGGER_H
|
|
|
|
#define _ARCH_MIPSEL_DEBUGGER_H
|
|
|
|
|
2009-07-22 02:18:39 +04:00
|
|
|
|
|
|
|
//#warning MIPSEL: fixme
|
|
|
|
struct mipsel_debug_cpu_state {
|
2009-05-04 02:12:35 +04:00
|
|
|
uint32 dummy;
|
|
|
|
} __attribute__((aligned(8)));
|
|
|
|
|
2009-07-22 02:18:39 +04:00
|
|
|
|
2009-05-04 02:12:35 +04:00
|
|
|
#endif // _ARCH_MIPSEL_DEBUGGER_H
|