aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/llc.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2005-09-22 03:30:44 -0400
committerArnaldo Carvalho de Melo <acme@mandriva.com>2005-09-22 03:30:44 -0400
commit590232a7150674b2036291eaefce085f3f9659c8 (patch)
treef14ca696cc9eead769933d24d04105928260f028 /include/net/llc.h
parent54fb7f25f19a4539d3ec012e410439913650dc06 (diff)
[LLC]: Add sysctl support for the LLC timeouts
Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'include/net/llc.h')
-rw-r--r--include/net/llc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/net/llc.h b/include/net/llc.h
index 71769a5aeef3..8b8e2be289b1 100644
--- a/include/net/llc.h
+++ b/include/net/llc.h
@@ -98,4 +98,11 @@ extern void llc_proc_exit(void);
98#define llc_proc_init() (0) 98#define llc_proc_init() (0)
99#define llc_proc_exit() do { } while(0) 99#define llc_proc_exit() do { } while(0)
100#endif /* CONFIG_PROC_FS */ 100#endif /* CONFIG_PROC_FS */
101#ifdef CONFIG_SYSCTL
102extern int llc_sysctl_init(void);
103extern void llc_sysctl_exit(void);
104#else
105#define llc_sysctl_init() (0)
106#define llc_sysctl_exit() do { } while(0)
107#endif /* CONFIG_SYSCTL */
101#endif /* LLC_H */ 108#endif /* LLC_H */