mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
[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>
This commit is contained in:
parent
d17f086550
commit
656d98b09d
7 changed files with 210 additions and 7 deletions
|
@ -28,6 +28,8 @@ int atmpvc_init(void);
|
|||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue