X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-dbg%2Fao-dbg.h;h=2ced54b5a8d815585c98bdb0b66899ebd58ba183;hb=63a44b9c169d042fb1a3997620477e7f00bb0918;hp=f4dcce66d259b6ea20159daaddea9fa1acb879eb;hpb=1c2a0b6653623b689d68d7349a6b2dce3e20a4a6;p=fw%2Faltos diff --git a/ao-tools/ao-dbg/ao-dbg.h b/ao-tools/ao-dbg/ao-dbg.h index f4dcce66..2ced54b5 100644 --- a/ao-tools/ao-dbg/ao-dbg.h +++ b/ao-tools/ao-dbg/ao-dbg.h @@ -17,11 +17,15 @@ */ #include +#include +#include extern char *s51_prompt; extern struct ccdbg *s51_dbg; extern int s51_interrupted; extern int s51_monitor; +extern char *s51_tty; +extern char *s51_device; enum command_result { command_success, command_debug, command_syntax, command_interrupt, command_error,