summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/streams.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-28 10:15:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-28 10:15:33 -0600
commit9fdda2eb2863b76b0e7cff713ca8ca75bb419ee6 (patch)
treeb36b105fd448f967615cb4156c60a76b05ed5d16 /nuttx/include/nuttx/streams.h
parent43067fc28d0235661ff001d2dd4858a2a83a9d09 (diff)
downloadnuttx-9fdda2eb2863b76b0e7cff713ca8ca75bb419ee6.tar.gz
nuttx-9fdda2eb2863b76b0e7cff713ca8ca75bb419ee6.tar.bz2
nuttx-9fdda2eb2863b76b0e7cff713ca8ca75bb419ee6.zip
Add basic data structures that will allow us to move named semaphore support out of the OS and into the VFS (not complete).
Diffstat (limited to 'nuttx/include/nuttx/streams.h')
-rw-r--r--nuttx/include/nuttx/streams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/streams.h b/nuttx/include/nuttx/streams.h
index 848fb85f4..01ec965c3 100644
--- a/nuttx/include/nuttx/streams.h
+++ b/nuttx/include/nuttx/streams.h
@@ -44,7 +44,7 @@
#include <stdio.h>
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************