#ifndef STREAM_TASK_H #define STREAM_TASK_H void stream_task_init (void); void stream_task (void); #endif