2002-08-14 01:42:53 +04:00
|
|
|
/*
|
2002-07-09 16:24:59 +04:00
|
|
|
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
|
|
|
** Distributed under the terms of the NewOS License.
|
|
|
|
*/
|
2002-08-14 01:42:53 +04:00
|
|
|
#ifndef _KERNEL_ARCH_DEBUG_H
|
|
|
|
#define _KERNEL_ARCH_DEBUG_H
|
2002-07-09 16:24:59 +04:00
|
|
|
|
2002-08-14 01:42:53 +04:00
|
|
|
int arch_dbg_init(kernel_args *ka);
|
2002-07-09 16:24:59 +04:00
|
|
|
|
2002-08-14 01:42:53 +04:00
|
|
|
#endif /* _KERNEL_ARCH_DEBUG_H */
|