commit | 7d9e793463d854073f5c0dedea991a5b63336d6a | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu May 08 14:27:13 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed May 14 22:31:52 2008 +1000 |
tree | 6c85b3b97b46c2dc2b41487494e67a510ed9e4e7 | |
parent | 8fa29d22dcb2aec97f1a508cd3741c6e0b4a9434 [diff] |
[POWERPC] Add a declaration for xmon() Usually we call xmon() via debugger(), so this could be static. Sometimes when debugging it's nice to be able to call xmon() directly though, so add a declaration. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>