From 96828efafc6db17f0f6270691ee68e5be624a0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 3 Mar 2005 06:07:59 +0000 Subject: [PATCH] Added empty arch_debugger.h header file. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11555 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/arch/ppc/arch_debugger.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 headers/os/arch/ppc/arch_debugger.h diff --git a/headers/os/arch/ppc/arch_debugger.h b/headers/os/arch/ppc/arch_debugger.h new file mode 100644 index 0000000000..0f82da4911 --- /dev/null +++ b/headers/os/arch/ppc/arch_debugger.h @@ -0,0 +1,12 @@ +/* + * Copyright 2005, Haiku Inc. + * Distributed under the terms of the MIT License. + */ +#ifndef _ARCH_PPC_DEBUGGER_H +#define _ARCH_PPC_DEBUGGER_H + +struct debug_cpu_state { + uint32 dummy; +} __attribute__((aligned(8))); + +#endif // _ARCH_PPC_DEBUGGER_H