kernel/net/atm/resources.h
.. .. @@ -14,8 +14,9 @@ 14 14 extern struct list_head atm_devs; 15 15 extern struct mutex atm_dev_mutex; 16 16 17 -int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat);18 -17 +int atm_getnames(void __user *buf, int __user *iobuf_len);18 +int atm_dev_ioctl(unsigned int cmd, void __user *buf, int __user *sioc_len,19 + int number, int compat);19 20 20 21 #ifdef CONFIG_PROC_FS 21 22