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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/system/dlt-system-log.h b/src/system/dlt-system-log.h
new file mode 100644
index 0000000..5ba291b
--- /dev/null
+++ b/src/system/dlt-system-log.h
@@ -0,0 +1,6 @@
+#ifndef DLT_SYSTEM_LOG_H
+#define DLT_SYSTEM_LOG_H
+
+extern void dlt_system_log_kernel_version(DltContext *context);
+
+#endif /* DLT_SYSTEM_LOG_H */