--- zzzz-none-000/linux-2.6.13.1/include/linux/atmdev.h 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/include/linux/atmdev.h 2007-02-21 09:50:16.000000000 +0000 @@ -96,6 +96,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_TI_DSL + +#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_TI_DSL +//end bk /* * These are backend handkers that can be set via the ATM_SETBACKEND call