diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-19 01:28:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-19 01:28:40 +0000 |
commit | 8abb719409c9060a7c0676f76e9182c1e0b8ca46 (patch) | |
tree | b88cc5a6cd513a04a512b7e6215c873c90a1c5dd /include/linux/telephony.h | |
parent | f01bd7aeafd95a08aafc9e3636bb26974df69d82 (diff) |
Merge with 2.3.99-pre1.
Diffstat (limited to 'include/linux/telephony.h')
-rw-r--r-- | include/linux/telephony.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/telephony.h b/include/linux/telephony.h index 082b885f1..c3e4c5573 100644 --- a/include/linux/telephony.h +++ b/include/linux/telephony.h @@ -158,6 +158,16 @@ typedef enum { WSS = 12 } phone_codec; +struct phone_codec_data +{ + phone_codec type; + unsigned short buf_min, buf_opt, buf_max; +}; + +#define PHONE_QUERY_CODEC _IOWR ('q', 0xA7, struct phone_codec_data *) +#define PHONE_PSTN_LINETEST _IO ('q', 0xA8) + + /****************************************************************************** * * The exception structure allows us to multiplex multiple events onto the |