aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/memstreams.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/various/memstreams.h')
-rw-r--r--os/various/memstreams.h24
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