summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/include/watchdog.h')
-rw-r--r--nuttx/arch/arm/include/watchdog.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/nuttx/arch/arm/include/watchdog.h b/nuttx/arch/arm/include/watchdog.h
index 6752ea62b..263795eb3 100644
--- a/nuttx/arch/arm/include/watchdog.h
+++ b/nuttx/arch/arm/include/watchdog.h
@@ -1,7 +1,7 @@
/****************************************************************************
* arch/arm/include/watchdog.h
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -40,14 +40,12 @@
* Included Files
****************************************************************************/
+#include <nuttx/ioctl.h>
+
/****************************************************************************
* Definitions
****************************************************************************/
-/* IOCTL commands supported by the C5471 watchdog driver */
-
-#define WDIOC_KEEPALIVE 0x5701 /* Restart the watchdog timer */
-
/****************************************************************************
* Private Data
****************************************************************************/