haiku/headers/private/kernel/arch/sparc/arch_debug.h
PulkoMandy c1566b1555 sparc: more platform headers
Previous commit adding these was merged very quickly, so here's one
more...

Change-Id: I23c424db7631db1f0ec48e2d0ae47c8409ae6af2
Reviewed-on: https://review.haiku-os.org/c/1088
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
2019-03-03 20:56:20 +00:00

19 lines
306 B
C

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