--- zzzz-none-000/linux-2.6.19.2/include/linux/atmdev.h 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/include/linux/atmdev.h 2007-05-14 13:40:44.000000000 +0000 @@ -102,6 +102,18 @@ /* add party to p2mp call */ #define ATM_DROPPARTY _IOW('a', ATMIOC_SPECIAL+5,int) /* drop party from p2mp call */ +/*! NOTE(bk): extensions for TI */ +#ifdef CONFIG_MIPS_UR8 + +#define ATM_TXFLUSH _IOW('a', ATMIOC_SPECIAL+6,int) + /* Flush the device data cache on TI DSL modem */ +#define ATM_TXSTOP _IOW('a', ATMIOC_SPECIAL+7,int) + /* Stop the Tx on TI DSL modem device */ +#define ATM_DSL_READ_WRITE _IOW('a', ATMIOC_SPECIAL+8,int) + /* read and write commands to TI DSL modem device */ + +#endif //CONFIG_MIPS_UR8 +//end bk /* * These are backend handkers that can be set via the ATM_SETBACKEND call