summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/str71x/str71x_wdog.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-16 20:05:51 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-16 20:05:51 +0000
commit224246c4eb78caba98f63fa7eb5eb59d47c2a741 (patch)
treef0447a687a6bc51494a5c24c81170ca3811b0c7f /nuttx/arch/arm/src/str71x/str71x_wdog.h
parentc00d93f919640734e1be288c72ce9cea2b08ab02 (diff)
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2359 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/str71x/str71x_wdog.h')
-rw-r--r--nuttx/arch/arm/src/str71x/str71x_wdog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/str71x/str71x_wdog.h b/nuttx/arch/arm/src/str71x/str71x_wdog.h
index 36059e58c5..75b89ab891 100644
--- a/nuttx/arch/arm/src/str71x/str71x_wdog.h
+++ b/nuttx/arch/arm/src/str71x/str71x_wdog.h
@@ -1,7 +1,7 @@
/************************************************************************************
* arch/arm/src/str71x/str71x_wdog.h
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -41,11 +41,11 @@
************************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
+
#include "str71x_map.h"
/************************************************************************************
- * Definitions
+ * Pre-procesor Definitions
************************************************************************************/
/* Registers ************************************************************************/