
15 Aug
2008
15 Aug
'08
12:32 a.m.
On Fri, Aug 15, 2008 at 02:29:26AM +0400, Sergey Lapin wrote:
Signed-off-by: Sergey Lapin slapin@ossfans.org
cpu/arm926ejs/at91/Makefile | 1 + cpu/arm926ejs/at91/watchdog.c | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 cpu/arm926ejs/at91/watchdog.c
SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c) diff --git a/cpu/arm926ejs/at91/watchdog.c b/cpu/arm926ejs/at91/watchdog.c new file mode 100644 index 0000000..da15268 --- /dev/null +++ b/cpu/arm926ejs/at91/watchdog.c @@ -0,0 +1,35 @@ +/*
- watchdog.c - driver for at91sam9260 watchdog
- Copyright (c) 2007-2008 Analog Devices Inc.
Oops, this is wrong (cut-paste error), will resubmit