summaryrefslogtreecommitdiff
path: root/src/system/dlt-system-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system-log.h')
-rw-r--r--src/system/dlt-system-log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/system/dlt-system-log.h b/src/system/dlt-system-log.h
index a26a994..abb8aec 100644
--- a/src/system/dlt-system-log.h
+++ b/src/system/dlt-system-log.h
@@ -1,6 +1,9 @@
#ifndef DLT_SYSTEM_LOG_H
#define DLT_SYSTEM_LOG_H
+extern void dlt_system_filetransfer_init(DltSystemOptions *options,DltSystemRuntime *runtime);
+extern void dlt_system_filetransfer_run(DltSystemOptions *options,DltSystemRuntime *runtime,DltContext *context);
+
extern void dlt_system_log_kernel_version(DltSystemOptions *options,DltContext *context);
extern void dlt_system_log_processes(DltSystemOptions *options,DltContext *context);