summaryrefslogtreecommitdiff
path: root/source/module/monitor_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/module/monitor_kernel.h')
-rw-r--r--source/module/monitor_kernel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/module/monitor_kernel.h b/source/module/monitor_kernel.h
index fff5547..9b484f5 100644
--- a/source/module/monitor_kernel.h
+++ b/source/module/monitor_kernel.h
@@ -25,6 +25,10 @@ extern struct diag_variant_buffer load_monitor_variant_buffer; // global buffer
extern struct diag_variant_buffer stand_alone_buffer; // buffer for single work
#define STAND_ALONE_BUFFER_SIZE 50 * 1024 * 1024 // 50 MB
+// for buffer
+int dump_log(ioctl_dump_param *dump_param, unsigned long ioctl_param,
+ struct diag_variant_buffer *buffer);
+
int monitor_init(void); // monitor init
void monitor_exit(void); // monitor exit