--- zzzz-none-000/linux-4.9.276/net/atm/common.h 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/net/atm/common.h 2023-04-05 08:19:02.000000000 +0000 @@ -9,7 +9,6 @@ #include #include /* for poll_table */ - int vcc_create(struct net *net, struct socket *sock, int protocol, int family, int kern); int vcc_release(struct socket *sock); int vcc_connect(struct socket *sock, int itf, short vpi, int vci); @@ -51,5 +50,10 @@ int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos); void atm_dev_release_vccs(struct atm_dev *dev); +#ifdef CONFIG_ATM_OAM +int push_oam(struct atm_vcc *atmvcc, void *cell); +#endif + +extern void (*atm_hook_mpoa_setup)(struct atm_vcc *, int, int, struct net_device *); #endif