[FEATURE] Dlog: dlog suspend module implement 42/20142/2
authorAlexander Aksenov <a.aksenov@samsung.com>
Thu, 24 Apr 2014 12:05:48 +0000 (16:05 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Tue, 29 Apr 2014 14:45:08 +0000 (18:45 +0400)
commit7aa5d1c3653e83743b71493420e18b07f5fe6175
tree19136bc920666914e10707bbd098a3d324d3236b
parentcffc6e626ea2375c840523d9de053feb12e6b1d5
[FEATURE] Dlog: dlog suspend module implement

Change-Id: Idd16fa1b40b128179d606b5eb0b3a16867520659
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
16 files changed:
Kbuild
dlog_suspend/dentry.c [new file with mode: 0644]
dlog_suspend/dentry.h [new file with mode: 0644]
dlog_suspend/elf_parser.c [new file with mode: 0644]
dlog_suspend/elf_parser.h [new file with mode: 0644]
dlog_suspend/file_ops.c [new file with mode: 0644]
dlog_suspend/file_ops.h [new file with mode: 0644]
dlog_suspend/get_task.c [new file with mode: 0644]
dlog_suspend/get_task.h [new file with mode: 0644]
dlog_suspend/lib_handler.c [new file with mode: 0644]
dlog_suspend/lib_handler.h [new file with mode: 0644]
dlog_suspend/swap_dlog_suspend.c [new file with mode: 0644]
dlog_suspend/swap_dlog_suspend.h [new file with mode: 0644]
dlog_suspend/tasks_list.c [new file with mode: 0644]
dlog_suspend/tasks_list.h [new file with mode: 0644]
swap_module.c