8 lines
103 B
C
8 lines
103 B
C
#ifndef GDBSTUB_H
|
|
#define GDBSTUB_H
|
|
|
|
void gdbstub_start();
|
|
void gdbstub_wait_for_connection();
|
|
|
|
#endif
|