2002-07-09 16:24:59 +04:00
|
|
|
/*
|
|
|
|
** Copyright 2002, Manuel J. Petit. All rights reserved.
|
|
|
|
** Distributed under the terms of the NewOS License.
|
|
|
|
*/
|
|
|
|
#ifndef _KERNEL_GDB_H
|
|
|
|
#define _KERNEL_GDB_H
|
|
|
|
|
2002-07-18 02:10:34 +04:00
|
|
|
extern int cmd_gdb(int, char **);
|
2002-07-09 16:24:59 +04:00
|
|
|
|
|
|
|
#endif
|