summaryrefslogtreecommitdiff
path: root/nuttx/include/wdog.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-17 03:58:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-17 03:58:11 +0000
commit5da90b889758aac235acf8c1dff93e90ddfbfe7d (patch)
treed73fe9581f45296f026a24f991bc80cab5cd479d /nuttx/include/wdog.h
parentaa7d9710dc9c125685b30dbc3c9ac33dd0e5567f (diff)
downloadnuttx-5da90b889758aac235acf8c1dff93e90ddfbfe7d.tar.gz
nuttx-5da90b889758aac235acf8c1dff93e90ddfbfe7d.tar.bz2
nuttx-5da90b889758aac235acf8c1dff93e90ddfbfe7d.zip
Header file clean-up
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/wdog.h')
-rw-r--r--nuttx/include/wdog.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/include/wdog.h b/nuttx/include/wdog.h
index 85474dd5d..3179c06a4 100644
--- a/nuttx/include/wdog.h
+++ b/nuttx/include/wdog.h
@@ -2,7 +2,7 @@
* include/wdog.h
*
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -53,14 +53,13 @@
* Global Type Declarations
****************************************************************************/
-/* The arguments are passed as uint32_t values. For systems
- * where the sizeof(pointer) < sizeof(uint32_t), the following
- * union defines the alignment of the pointer within the
- * uint32_t. For example, the SDCC MCS51 general pointer is
- * 24-bits, but uint32_t is 32-bits (of course).
+/* The arguments are passed as uint32_t values. For systems where the
+ * sizeof(pointer) < sizeof(uint32_t), the following union defines the
+ * alignment of the pointer within the uint32_t. For example, the SDCC
+ * MCS51 general pointer is 24-bits, but uint32_t is 32-bits (of course).
*
- * For systems where sizeof(pointer) > sizeof(uint32_t), we will
- * have to do some redesign.
+ * For systems where sizeof(pointer) > sizeof(uint32_t), we will have to do
+ * some redesign.
*/
union wdparm_u
@@ -68,6 +67,7 @@ union wdparm_u
FAR void *pvarg;
FAR uint32_t *dwarg;
};
+
typedef union wdparm_u wdparm_t;
/* This is the form of the function that is called when the