summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-08-30 06:26:16 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-30 06:26:15 -0700
commit7392248e79be35200cb736172d59f76c35e3d85e (patch)
tree4e91dead4dccdc69b903de848f12b5a8ca5fb7cb /include
parented52938fc38385fe7f2308e5ab7252b0febb68bb (diff)
parent88707fb091da9d0872bcdd62b46e035a0e2a68c1 (diff)
Merge "soc: qcom: Add SSR minidump provision for subsystem ramdump"
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/ramdump.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/soc/qcom/ramdump.h b/include/soc/qcom/ramdump.h
index 50a17c8ad605..4e23ccf269a7 100644
--- a/include/soc/qcom/ramdump.h
+++ b/include/soc/qcom/ramdump.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011-2014, 2017 The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -16,6 +16,7 @@
struct device;
struct ramdump_segment {
+ char *name;
unsigned long address;
void *v_address;
unsigned long size;
@@ -28,6 +29,8 @@ extern int do_ramdump(void *handle, struct ramdump_segment *segments,
int nsegments);
extern int do_elf_ramdump(void *handle, struct ramdump_segment *segments,
int nsegments);
+extern int do_minidump(void *handle, struct ramdump_segment *segments,
+ int nsegments);
#else
static inline void *create_ramdump_device(const char *dev_name,