hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/net/atm/resources.h
....@@ -14,8 +14,9 @@
1414 extern struct list_head atm_devs;
1515 extern struct mutex atm_dev_mutex;
1616
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);
1920
2021 #ifdef CONFIG_PROC_FS
2122