summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/lib.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-12 00:39:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-12 00:39:12 +0000
commit627dfd23c0a52dc8a5f8b9c2cdaaa6681154f948 (patch)
tree6b3408019f1b382bfb8289a4767860eeb19c5466 /nuttx/include/nuttx/lib.h
parent616b655dea1a96593abea5ff590dacbaedfa52ed (diff)
downloadnuttx-627dfd23c0a52dc8a5f8b9c2cdaaa6681154f948.tar.gz
nuttx-627dfd23c0a52dc8a5f8b9c2cdaaa6681154f948.tar.bz2
nuttx-627dfd23c0a52dc8a5f8b9c2cdaaa6681154f948.zip
Standardizing ioctls
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@912 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/lib.h')
-rw-r--r--nuttx/include/nuttx/lib.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/nuttx/include/nuttx/lib.h b/nuttx/include/nuttx/lib.h
index cca174aa3..f9892bb4c 100644
--- a/nuttx/include/nuttx/lib.h
+++ b/nuttx/include/nuttx/lib.h
@@ -1,7 +1,7 @@
-/************************************************************
- * lib.h
+/****************************************************************************
+ * include/nuttx/lib.h
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -31,29 +31,29 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- ************************************************************/
+ ****************************************************************************/
#ifndef __LIB_H
#define __LIB_H
-/************************************************************
+/****************************************************************************
* Included Files
- ************************************************************/
+ ****************************************************************************/
#include <nuttx/config.h>
#include <nuttx/fs.h>
-/************************************************************
- * Definitions
- ************************************************************/
+/****************************************************************************
+ * Pre-Processor Definitions
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Global Function Prototypes
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Global Function Prototypes
- ************************************************************/
+ ****************************************************************************/
#ifdef __cplusplus
#define EXTERN extern "C"
@@ -62,7 +62,7 @@ extern "C" {
#define EXTERN extern
#endif
-/* Functions contained in lib_init.c ************************/
+/* Functions contained in lib_init.c ****************************************/
EXTERN void weak_function lib_initialize(void);
#if CONFIG_NFILE_STREAMS > 0