commit | 656d98b09d57d4e1185c5d2436a42600d48fbcb5 | [log] [tgz] |
---|---|---|
author | Roman Kagan <rkagan@mail.ru> | Thu Jun 29 12:36:34 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 29 16:58:19 2006 -0700 |
tree | 42c8795ea142e6c0a002bcdb26d255e2b8693e4c | |
parent | d17f086550a6fdb13fe82371d60ebf80904c6f96 [diff] [blame] |
[ATM]: basic sysfs support for ATM devices Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/atm/common.h b/net/atm/common.h index 4887c31..a422da7 100644 --- a/net/atm/common.h +++ b/net/atm/common.h
@@ -28,6 +28,8 @@ void atmpvc_exit(void); int atmsvc_init(void); void atmsvc_exit(void); +int atm_sysfs_init(void); +void atm_sysfs_exit(void); #ifdef CONFIG_PROC_FS int atm_proc_init(void);