--- zzzz-none-000/linux-2.6.28.10/include/linux/atmdev.h 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/include/linux/atmdev.h 2009-10-13 15:55:55.000000000 +0000 @@ -103,6 +103,10 @@ #define ATM_DROPPARTY _IOW('a', ATMIOC_SPECIAL+5,int) /* drop party from p2mp call */ +#ifdef CONFIG_MACH_FUSIV +#define ATM_DEL_INTERFACE _IOW('a',ATMIOC_SPECIAL+6,atm_backend_t) //FUSIV + /* use backend to delete new if */ +#endif /* * These are backend handkers that can be set via the ATM_SETBACKEND call * above. In the future we may support dynamic loading of these - for now,