repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UEFI boot-platform build again
[haiku.git]
/
headers
/
os
/
arch
/
ppc
/
arch_debugger.h
blob
be5f70456686e04300d537f789ccd0f91ac8ff26
1
/*
2
* Copyright 2005-2009, 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
9
struct
ppc_debug_cpu_state
{
10
uint32 dummy
;
11
}
__attribute__
((
aligned
(
8
)));
12
13
14
#endif
// _ARCH_PPC_DEBUGGER_H