haiku/headers/private/kernel/arch/riscv64/arch_debug.h
2019-04-04 09:09:49 -05:00

17 lines
291 B
C

/*
* Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _KERNEL_ARCH_RISCV64_DEBUG_H
#define _KERNEL_ARCH_RISCV64_DEBUG_H
#include <SupportDefs.h>
struct arch_debug_registers {
};
#endif // _KERNEL_ARCH_RISCV64_DEBUG_H