2005-03-03 09:07:59 +03:00
|
|
|
/*
|
2009-07-22 02:18:39 +04:00
|
|
|
* Copyright 2005-2009, Haiku Inc.
|
2005-03-03 09:07:59 +03:00
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _ARCH_PPC_DEBUGGER_H
|
|
|
|
#define _ARCH_PPC_DEBUGGER_H
|
|
|
|
|
2009-07-22 02:18:39 +04:00
|
|
|
|
|
|
|
struct ppc_debug_cpu_state {
|
2005-03-03 09:07:59 +03:00
|
|
|
uint32 dummy;
|
|
|
|
} __attribute__((aligned(8)));
|
|
|
|
|
2009-07-22 02:18:39 +04:00
|
|
|
|
2005-03-03 09:07:59 +03:00
|
|
|
#endif // _ARCH_PPC_DEBUGGER_H
|