1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 /* atm_tcp.h - Driver-specific declarations of 1 /* atm_tcp.h - Driver-specific declarations of the ATMTCP driver (for use by 3 driver-specific utilities) */ 2 driver-specific utilities) */ 4 3 5 /* Written 1997-2000 by Werner Almesberger, EP 4 /* Written 1997-2000 by Werner Almesberger, EPFL LRC/ICA */ 6 5 7 #ifndef LINUX_ATM_TCP_H 6 #ifndef LINUX_ATM_TCP_H 8 #define LINUX_ATM_TCP_H 7 #define LINUX_ATM_TCP_H 9 8 10 #include <uapi/linux/atm_tcp.h> 9 #include <uapi/linux/atm_tcp.h> 11 10 12 struct atm_vcc; << 13 struct module; << 14 11 15 struct atm_tcp_ops { 12 struct atm_tcp_ops { 16 int (*attach)(struct atm_vcc *vcc,int 13 int (*attach)(struct atm_vcc *vcc,int itf); 17 int (*create_persistent)(int itf); 14 int (*create_persistent)(int itf); 18 int (*remove_persistent)(int itf); 15 int (*remove_persistent)(int itf); 19 struct module *owner; 16 struct module *owner; 20 }; 17 }; 21 18 22 extern struct atm_tcp_ops atm_tcp_ops; 19 extern struct atm_tcp_ops atm_tcp_ops; 23 20 24 #endif 21 #endif 25 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.