X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fixjuser.h;h=88b45895746d654a6dc1ca3332c72c7990f60110;hb=refs%2Fheads%2Fvserver;hp=81e314d7d83665643510307418dec30833d37345;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/linux/ixjuser.h b/include/linux/ixjuser.h index 81e314d7d..88b458957 100644 --- a/include/linux/ixjuser.h +++ b/include/linux/ixjuser.h @@ -42,8 +42,6 @@ * *****************************************************************************/ -static char ixjuser_h_rcsid[] = "$Id: ixjuser.h,v 4.1 2001/08/05 00:17:37 craigs Exp $"; - #include @@ -317,7 +315,7 @@ typedef struct { * structures. If the freq0 variable is non-zero, the tone table contents * for the tone_index are updated to the frequencies and gains defined. It * should be noted that DTMF tones cannot be reassigned, so if DTMF tone -* table indexs are used in a cadence the frequency and gain variables will +* table indexes are used in a cadence the frequency and gain variables will * be ignored. * * If the array elements contain frequency parameters the driver will @@ -350,7 +348,7 @@ typedef enum { typedef struct { int elements_used; IXJ_CADENCE_TERM termination; - IXJ_CADENCE_ELEMENT *ce; + IXJ_CADENCE_ELEMENT __user *ce; } IXJ_CADENCE; #define IXJCTL_TONE_CADENCE _IOW ('q', 0xCA, IXJ_CADENCE *)