summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/lib.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-11 14:20:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-11 14:20:40 +0000
commit75e67f05d4b97efc32d95b478ec1c1f959992a4b (patch)
tree8cf471347f767130a152b249bafd7de1a6017757 /nuttx/include/nuttx/lib.h
parent4a62de545bf87610c2415218e144ddef4dd0e75c (diff)
downloadnuttx-75e67f05d4b97efc32d95b478ec1c1f959992a4b.tar.gz
nuttx-75e67f05d4b97efc32d95b478ec1c1f959992a4b.tar.bz2
nuttx-75e67f05d4b97efc32d95b478ec1c1f959992a4b.zip
Add logic to re-direct debug output to a sysloggin device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4381 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/lib.h')
-rw-r--r--nuttx/include/nuttx/lib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/include/nuttx/lib.h b/nuttx/include/nuttx/lib.h
index 3c74257d4..32910ad21 100644
--- a/nuttx/include/nuttx/lib.h
+++ b/nuttx/include/nuttx/lib.h
@@ -2,8 +2,8 @@
* include/nuttx/lib.h
* Non-standard, internal APIs available in lib/.
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007-2009, 2012 Gregory Nutt. All rights reserved.
+ * 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
@@ -34,8 +34,8 @@
*
****************************************************************************/
-#ifndef __LIB_H
-#define __LIB_H
+#ifndef __INCLUDE_NUTTX_LIB_H
+#define __INCLUDE_NUTTX_LIB_H
/****************************************************************************
* Included Files
@@ -80,4 +80,4 @@ EXTERN void lib_releaselist(FAR struct streamlist *list);
#endif
#endif /* __ASSEMBLY__ */
-#endif /* __LIB_H */
+#endif /* __INCLUDE_NUTTX_LIB_H */