X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;h=0cee1170f8396a8672982439d72f79739858db22;hb=727f178ab9d7cee04d883555aa57b917c3f2296c;hp=cecc0fb10432eebef7722b75235af16a6d840b2f;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/target.h b/src/target/target.h index cecc0fb104..0cee1170f8 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -28,8 +28,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef TARGET_H -#define TARGET_H +#ifndef OPENOCD_TARGET_TARGET_H +#define OPENOCD_TARGET_TARGET_H #include @@ -175,7 +175,7 @@ struct target { int display; /* display async info in telnet session. Do not display * lots of halted/resumed info when stepping in debugger. */ bool halt_issued; /* did we transition to halted state? */ - long long halt_issued_time; /* Note time when halt was issued */ + int64_t halt_issued_time; /* Note time when halt was issued */ bool dbgbase_set; /* By default the debug base is not set */ uint32_t dbgbase; /* Really a Cortex-A specific option, but there is no @@ -683,4 +683,4 @@ void target_handle_event(struct target *t, enum target_event e); extern bool get_target_reset_nag(void); -#endif /* TARGET_H */ +#endif /* OPENOCD_TARGET_TARGET_H */