aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chstreams.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chstreams.h')
-rw-r--r--os/kernel/include/chstreams.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chstreams.h b/os/kernel/include/chstreams.h
index fa376546c..7b55ca539 100644
--- a/os/kernel/include/chstreams.h
+++ b/os/kernel/include/chstreams.h
@@ -18,7 +18,7 @@
*/
/**
- * @file streams.h
+ * @file chstreams.h
* @brief Data streams.
* @details This header defines abstract interfaces useful to access generic
* data streams in a standardized way.
@@ -27,8 +27,8 @@
* @{
*/
-#ifndef _STREAMS_H_
-#define _STREAMS_H_
+#ifndef _CHSTREAMS_H_
+#define _CHSTREAMS_H_
/**
* @brief BaseSequentialStream specific methods.
@@ -91,6 +91,6 @@ typedef struct {
*/
#define chSequentialStreamRead(ip, bp, n) ((ip)->vmt->read(ip, bp, n))
-#endif /* _STREAMS_H_ */
+#endif /* _CHSTREAMS_H_ */
/** @} */