Files
haiku-beta6/headers/private/kernel/gdb.h
T

11 lines
203 B
C
Raw Normal View History

2002-07-09 12:24:59 +00: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
extern int cmd_gdb(int, char **);
2002-07-09 12:24:59 +00:00
#endif