Merge commit 'cc09f10e84d5' into kernel
[kernel/swap-modules.git] / driver / us_proc_inst.h
1 ////////////////////////////////////////////////////////////////////////////////////
2 //
3 //      FILE:           us_proc_inst.h
4 //
5 //      DESCRIPTION:
6 //
7 //      SEE ALSO:       us_proc_inst.c
8 //      AUTHOR:         A.Gerenkov
9 //      COMPANY NAME:   Samsung Research Center in Moscow
10 //      DEPT NAME:      Advanced Software Group
11 //      CREATED:        2008.06.02
12 //      VERSION:        1.0
13 //      REVISION DATE:  2008.12.03
14 //
15 ////////////////////////////////////////////////////////////////////////////////////
16
17 /*
18     Functions in "us_proc_inst.h" file .
19 */
20
21 #if !defined(__US_PROC_INST_H__)
22 #define __US_PROC_INST_H__
23
24 #include <linux/signal.h>       // struct sigpending
25
26 extern pid_t gl_nNotifyTgid;
27
28 /* forward declarations */
29 struct task_struct;
30 struct pt_regs;
31 struct us_proc_ip_t;
32 struct us_ip;
33 struct sspt_file;
34 struct sspt_page;
35 struct vm_area_struct;
36 enum US_FLAGS;
37
38 struct dentry *dentry_by_path(const char *path);
39
40 #endif /* !defined(__US_PROC_INST_H__) */