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