1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266/vendor/esp-gdbstub/gdbstub.h
2019-11-08 10:32:18 +01:00

16 lines
184 B
C

#ifndef GDBSTUB_H
#define GDBSTUB_H
#ifdef __cplusplus
extern "C" {
#endif
void gdbstub_init(void);
void gdbstub_do_break(void);
#ifdef __cplusplus
}
#endif
#endif /* GDBSTUB_H */