8 lines
97 B
C
Executable File
8 lines
97 B
C
Executable File
#ifndef _KGDB_H_
|
|
#define _KGDB_H_
|
|
|
|
void gdb_start(void);
|
|
int gdb_undef_hook(void *regs);
|
|
|
|
#endif
|