X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;h=da91d464c8db02346a3225ead10b54e405b2cd38;hp=4151c228b6b0479b9cdb1ea0c835803bac38bbd1;hb=4960c9018f2560b11ede91cde8a68dc56c690159;hpb=38e376d232ecb3d6a436a20c09019d1a13b0d42b diff --git a/src/target/target.h b/src/target/target.h index 4151c228b6..da91d464c8 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008,2009 Øyvind Harboe * + * Copyright (C) 2007-9 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * Copyright (C) 2008 by Spencer Oliver * @@ -483,4 +483,6 @@ void target_all_handle_event(enum target_event e); const char *target_strerror_safe(int err); +extern bool get_target_reset_nag(void); + #endif /* TARGET_H */