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, 2 insertions, 1 deletions
diff --git a/src/system/dlt-system-log.h b/src/system/dlt-system-log.h
index 5ba291b..a26a994 100644
--- a/src/system/dlt-system-log.h
+++ b/src/system/dlt-system-log.h
@@ -1,6 +1,7 @@
#ifndef DLT_SYSTEM_LOG_H
#define DLT_SYSTEM_LOG_H
-extern void dlt_system_log_kernel_version(DltContext *context);
+extern void dlt_system_log_kernel_version(DltSystemOptions *options,DltContext *context);
+extern void dlt_system_log_processes(DltSystemOptions *options,DltContext *context);
#endif /* DLT_SYSTEM_LOG_H */