]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/ramoops.h
Merge branch 'regmap-linus' into regmap-next
[karo-tx-linux.git] / include / linux / ramoops.h
index 0ae68a2c1212812313770aecc78e10d3531e8444..484fef81cd3a6f4d36affbecc9b20b623a232408 100644 (file)
@@ -10,6 +10,8 @@
 struct ramoops_platform_data {
        unsigned long   mem_size;
        unsigned long   mem_address;
+       unsigned long   record_size;
+       int             dump_oops;
 };
 
 #endif