summaryrefslogtreecommitdiff
path: root/extension_eppic.h
diff options
context:
space:
mode:
authorAravinda Prasad <aravinda@linux.vnet.ibm.com>2013-02-05 13:22:57 +0900
committerAtsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>2013-02-05 13:34:00 +0900
commit9c19ab000dde94e185569d00c619cdfc48f64225 (patch)
tree3884c4359fe3a5120e140ccaba40adb6af9759d1 /extension_eppic.h
parentb0bb9fb2808a00e9ef3a18e723de631126cb8ea3 (diff)
[PATCH v4 6/9] Extend eppic built-in functions to include memset function.
The memset function will be used to specify the virtual address and the length of the data to be scrubbed in the dump file from the eppic macro. makedumpfile will convert these requests into filter_info nodes which will be enqueued for filtering. Existing makedumpfile functionality reads the filter_info nodes and scrubs the data accordingly. Signed-off-by: Aravinda Prasad <aravinda@linux.vnet.ibm.com>
Diffstat (limited to 'extension_eppic.h')
-rw-r--r--extension_eppic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension_eppic.h b/extension_eppic.h
index 15d7efc..0a53646 100644
--- a/extension_eppic.h
+++ b/extension_eppic.h
@@ -70,4 +70,6 @@ typedef TYPE_S {
ull rtype; /* type_t a reference refers too */
} type_t;
+extern int update_filter_info_raw(unsigned long long, int, int);
+
#endif /* _EXTENSION_EPPIC_H */