1 ////////////////////////////////////////////////////////////////////////////////////
3 // FILE: us_proc_inst.h
7 // SEE ALSO: us_proc_inst.c
9 // COMPANY NAME: Samsung Research Center in Moscow
10 // DEPT NAME: Advanced Software Group
11 // CREATED: 2008.06.02
13 // REVISION DATE: 2008.12.03
15 ////////////////////////////////////////////////////////////////////////////////////
18 Functions in "us_proc_inst.h" file .
21 #if !defined(__US_PROC_INST_H__)
22 #define __US_PROC_INST_H__
24 #include <linux/signal.h> // struct sigpending
26 extern pid_t gl_nNotifyTgid;
28 /* forward declarations */
35 struct vm_area_struct;
38 struct dentry *dentry_by_path(const char *path);
40 #endif /* !defined(__US_PROC_INST_H__) */