From 731994d0383c636e43644c3dc91b91b15745b345 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 16 Jun 2009 22:08:59 +0000 Subject: Added NXFLAT a bit at a time git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1889 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/wd_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/sched/wd_internal.h') 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 */ -- cgit v1.2.3