summaryrefslogtreecommitdiff
path: root/writer/swap_writer_module.h
diff options
context:
space:
mode:
authorAnastasia Lyupa <a.lyupa@samsung.com>2013-11-06 11:40:04 +0400
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>2013-11-07 04:12:29 +0000
commit0e0d9a7958849ad7231755f74e861a2bac0da978 (patch)
tree863fb9a869b17c96ede89a55227d7e2366d3ea2e /writer/swap_writer_module.h
parent9cb2b4129415cd372863903dc4695ba0c5bd8cae (diff)
downloadswap-modules-0e0d9a7958849ad7231755f74e861a2bac0da978.tar.gz
swap-modules-0e0d9a7958849ad7231755f74e861a2bac0da978.tar.bz2
swap-modules-0e0d9a7958849ad7231755f74e861a2bac0da978.zip
[FIX] warnings in swap_writer
build it with -Werror Change-Id: I4bfec0d589f796655ddfabe98946fbac89a38fd7 Signed-off-by: Anastasia Lyupa <a.lyupa@samsung.com>
Diffstat (limited to 'writer/swap_writer_module.h')
-rw-r--r--writer/swap_writer_module.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/writer/swap_writer_module.h b/writer/swap_writer_module.h
index 07aaf0b2..510a7117 100644
--- a/writer/swap_writer_module.h
+++ b/writer/swap_writer_module.h
@@ -44,6 +44,9 @@ enum PROBE_SUB_TYPE {
};
struct pt_regs;
+struct dentry;
+struct task_struct;
+struct vm_area_struct;
int init_msg(size_t buf_size);
void uninit_msg(void);