summaryrefslogtreecommitdiffstats
path: root/runtime/transport/ring_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/transport/ring_buffer.c')
-rw-r--r--runtime/transport/ring_buffer.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/transport/ring_buffer.c b/runtime/transport/ring_buffer.c
index 217d0735..bed441e5 100644
--- a/runtime/transport/ring_buffer.c
+++ b/runtime/transport/ring_buffer.c
@@ -425,6 +425,16 @@ static int _stp_transport_data_fs_init(void)
return 0;
}
+static void _stp_transport_data_fs_start(void)
+{
+ /* Do nothing. */
+}
+
+static void _stp_transport_data_fs_stop(void)
+{
+ /* Do nothing. */
+}
+
static void _stp_transport_data_fs_close(void)
{
int cpu;