mirror of
https://review.haiku-os.org/haiku
synced 2025-02-02 03:36:14 +01:00
11 lines
292 B
C
11 lines
292 B
C
|
/*
|
||
|
* Copyright 2005, Ingo Weinhold, bonefish@users.sf.net.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef KERNEL_ARCH_USER_DEBUGGER_H
|
||
|
#define KERNEL_ARCH_USER_DEBUGGER_H
|
||
|
|
||
|
void arch_get_debug_cpu_state(struct debug_cpu_state *cpuState);
|
||
|
|
||
|
#endif // KERNEL_ARCH_USER_DEBUGGER_H
|