xref: /haiku/headers/os/arch/riscv64/arch_debugger.h (revision 21258e2674226d6aa732321b6f8494841895af5f)
1 /*
2  * Copyright 2009-2019, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _ARCH_RISCV64_DEBUGGER_H
6 #define _ARCH_RISCV64_DEBUGGER_H
7 
8 
9 //#warning RISCV64: fixme
10 struct riscv64_debug_cpu_state {
11 	uint32	dummy;
12 } __attribute__((aligned(8)));
13 
14 
15 #endif	// _ARCH_RISCV64_DEBUGGER_H
16