summaryrefslogtreecommitdiff
path: root/nuttx/sched/wd_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/wd_internal.h')
-rw-r--r--nuttx/sched/wd_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/sched/wd_internal.h b/nuttx/sched/wd_internal.h
index d603e2973..581f0c5da 100644
--- a/nuttx/sched/wd_internal.h
+++ b/nuttx/sched/wd_internal.h
@@ -65,6 +65,9 @@ struct wdog_s
{
FAR struct wdog_s *next; /* Support for singly linked lists. */
wdentry_t func; /* Function to execute when delay expires */
+#ifdef CONFIG_NXFLAT
+ FAR void *picbase; /* PIC base address */
+#endif
int lag; /* Timer associated with the delay */
boolean active; /* TRUE if the watchdog is actively timing */
ubyte argc; /* The number of parameters to pass */