X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.h;h=a91d46f2f2568358f0ec402fc2366117fc04abcc;hp=1bf6b7e6f1a06e8634ed0485a87aa95fd6a85088;hb=c4992c6d863d0ead91d84d19bbfe1643d720b205;hpb=4088b1e622cff0673f2859de5ee611da736bdba7 diff --git a/src/openocd.h b/src/openocd.h index 1bf6b7e6f1..a91d46f2f2 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -36,4 +36,7 @@ void openocd_sleep_prelude(void); /// used by the server_loop() function in src/server/server.c void openocd_sleep_postlude(void); +/// provides a hard-coded command environment setup +extern const char openocd_startup_tcl[]; + #endif