6 lines
185 B
C
6 lines
185 B
C
|
#include <linux/sysctl.h>
|
||
|
#include <linux/proc_fs.h>
|
||
|
extern struct proc_dir_entry *proc_tkernel;
|
||
|
extern const struct ctl_path tkernel_ctl_path[];
|
||
|
extern unsigned char prot_sock_flag[];
|