diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-03-20 13:25:53 +0100 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-03-20 13:25:53 +0100 |
| commit | dd4b0e165637a5211696d3908281a5def5846ba8 (patch) | |
| tree | 812fe63296ea811f6148ddfe0ddf84fea805476f /include/linux | |
| parent | 93d372ca7b4332c21ccf7f8524139cb97b6baaad (diff) | |
[Bluetooth] Add missing compat ioctl's for CMTP
This patch adds the missing compat ioctl's for the CAPI Message Transport
Protocol.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/compat_ioctl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index cd4c0c8d7ca5..eec8ae1ccdb2 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h @@ -617,6 +617,10 @@ COMPATIBLE_IOCTL(BNEPCONNADD) COMPATIBLE_IOCTL(BNEPCONNDEL) COMPATIBLE_IOCTL(BNEPGETCONNLIST) COMPATIBLE_IOCTL(BNEPGETCONNINFO) +COMPATIBLE_IOCTL(CMTPCONNADD) +COMPATIBLE_IOCTL(CMTPCONNDEL) +COMPATIBLE_IOCTL(CMTPGETCONNLIST) +COMPATIBLE_IOCTL(CMTPGETCONNINFO) /* Misc. */ COMPATIBLE_IOCTL(0x41545900) /* ATYIO_CLKR */ COMPATIBLE_IOCTL(0x41545901) /* ATYIO_CLKW */ |
