summaryrefslogtreecommitdiff
path: root/erase_info.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 /erase_info.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 'erase_info.h')
-rw-r--r--erase_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erase_info.h b/erase_info.h
index 636fcfa..2a9c43d 100644
--- a/erase_info.h
+++ b/erase_info.h
@@ -38,6 +38,7 @@ int gather_filter_info(void);
void clear_filter_info(void);
void filter_data_buffer(unsigned char *buf, unsigned long long paddr, size_t size);
unsigned long get_size_eraseinfo(void);
+int update_filter_info_raw(unsigned long long, int, int);
#endif /* _ERASE_INFO_H */