X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=eb222cbb708d025fcdbd57d36687edf05961ec9a;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hp=ad8d24795d434387d4e876a979f3c28701d5be30;hpb=e8641695c634109ebf5f1149923971770da1d28a;p=openocd.git diff --git a/src/helper/log.h b/src/helper/log.h index ad8d24795d..eb222cbb70 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -19,13 +19,11 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef ERROR_H -#define ERROR_H +#ifndef OPENOCD_HELPER_LOG_H +#define OPENOCD_HELPER_LOG_H #include @@ -138,5 +136,7 @@ extern int debug_level; * make no assumptions about what went wrong and try to handle the problem. */ #define ERROR_FAIL (-4) -#define ERROR_OK_EXIT (-5) -#endif /* LOG_H */ +#define ERROR_WAIT (-5) + + +#endif /* OPENOCD_HELPER_LOG_H */