aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtfwk/sampbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtfwk/sampbuf.h')
-rw-r--r--src/rtfwk/sampbuf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rtfwk/sampbuf.h b/src/rtfwk/sampbuf.h
index d7fe23b..183005a 100644
--- a/src/rtfwk/sampbuf.h
+++ b/src/rtfwk/sampbuf.h
@@ -1,4 +1,4 @@
-/* Sample Buffer with producer / consummer model */
+/* GMR-1 RT framework: Sample Buffer with producer/consumer model */
/* (C) 2012 by Sylvain Munaut <tnt@246tNt.com>
* All Rights Reserved
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __SAMPBUF_H__
-#define __SAMPBUF_H__
+#ifndef __RTFWK_SAMPBUF_H__
+#define __RTFWK_SAMPBUF_H__
#include <complex.h>
@@ -108,4 +108,4 @@ sbuf_add_consumer(struct sample_buf *sbuf, int chan_id,
void sbuf_work(struct sample_buf *sbuf);
-#endif /* __SAMPBUF_H__ */
+#endif /* __RTFWK_SAMPBUF_H__ */