diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-19 16:47:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-19 16:47:09 +0000 |
commit | de6bbbb9eff7592723d401c6340b9e4c78b24953 (patch) | |
tree | 7769b2a519686c3a817fbaa7658d7fbfd2f6e637 /os/various/memstreams.h | |
parent | cbfc9a5396c2924d6b8fa3c03e4ea8bbda386a15 (diff) | |
download | ChibiOS-de6bbbb9eff7592723d401c6340b9e4c78b24953.tar.gz ChibiOS-de6bbbb9eff7592723d401c6340b9e4c78b24953.tar.bz2 ChibiOS-de6bbbb9eff7592723d401c6340b9e4c78b24953.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4307 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/memstreams.h')
-rw-r--r-- | os/various/memstreams.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/os/various/memstreams.h b/os/various/memstreams.h index 083ab0771..57c69451f 100644 --- a/os/various/memstreams.h +++ b/os/various/memstreams.h @@ -29,6 +29,22 @@ #ifndef _MEMSTREAMS_H_
#define _MEMSTREAMS_H_
+/*===========================================================================*/
+/* Driver constants. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver pre-compile time settings. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Derived constants and error checks. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver data structures and types. */
+/*===========================================================================*/
+
/**
* @brief @p RamStream specific data.
*/
@@ -61,6 +77,14 @@ typedef struct { _memory_stream_data
} MemoryStream;
+/*===========================================================================*/
+/* Driver macros. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* External declarations. */
+/*===========================================================================*/
+
#ifdef __cplusplus
extern "C" {
#endif
|