summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/lib.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-18 13:52:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-18 13:52:21 +0000
commit0ee20483b0ff4150e09338821ef7e5a62eab2d47 (patch)
tree15c6069e637ef2c122e4a48db9e52dd4dde10bdd /nuttx/include/nuttx/lib.h
parent00a3fe0fd33b150ac10dd3e576fc4893abb61893 (diff)
downloadnuttx-0ee20483b0ff4150e09338821ef7e5a62eab2d47.tar.gz
nuttx-0ee20483b0ff4150e09338821ef7e5a62eab2d47.tar.bz2
nuttx-0ee20483b0ff4150e09338821ef7e5a62eab2d47.zip
Move some drivers to separate subdirectories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2156 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/lib.h')
-rw-r--r--nuttx/include/nuttx/lib.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/nuttx/include/nuttx/lib.h b/nuttx/include/nuttx/lib.h
index cb11ae782..3c74257d4 100644
--- a/nuttx/include/nuttx/lib.h
+++ b/nuttx/include/nuttx/lib.h
@@ -49,12 +49,10 @@
****************************************************************************/
/****************************************************************************
- * Global Function Prototypes
+ * Public Data
****************************************************************************/
-/****************************************************************************
- * Global Function Prototypes
- ****************************************************************************/
+#ifndef __ASSEMBLY__
#ifdef __cplusplus
#define EXTERN extern "C"
@@ -63,6 +61,10 @@ extern "C" {
#define EXTERN extern
#endif
+/****************************************************************************
+ * Public Function Prototypes
+ ****************************************************************************/
+
/* Functions contained in lib_init.c ****************************************/
EXTERN void weak_function lib_initialize(void);
@@ -77,4 +79,5 @@ EXTERN void lib_releaselist(FAR struct streamlist *list);
}
#endif
+#endif /* __ASSEMBLY__ */
#endif /* __LIB_H */