--- zzzz-none-000/linux-2.6.28.10/net/atm/common.h 2009-05-02 18:54:43.000000000 +0000 +++ fusiv-7390-686/linux-2.6.28.10/net/atm/common.h 2012-02-14 14:37:49.000000000 +0000 @@ -9,6 +9,12 @@ #include #include /* for poll_table */ +#if defined(CONFIG_MACH_FUSIV) +# define ADI_IPOA_MODULE 1 +# define ADI_BR2684_MODULE 2 +# define ADI_PPPOE_MODULE 3 +# define ADI_PPPOA_MODULE 4 +#endif int vcc_create(struct net *net, struct socket *sock, int protocol, int family); int vcc_release(struct socket *sock); @@ -51,4 +57,8 @@ void atm_dev_release_vccs(struct atm_dev *dev); +#ifdef CONFIG_IFX_OAM +int ifx_push_oam(struct atm_vcc *atmvcc, void *cell); +#endif + #endif