diff options
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r-- | fs/compat_ioctl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 18638969a659..547452de5ca2 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
@@ -601,8 +601,9 @@ static int ioc_settimeout(unsigned int fd, unsigned int cmd, | |||
601 | } | 601 | } |
602 | 602 | ||
603 | /* Bluetooth ioctls */ | 603 | /* Bluetooth ioctls */ |
604 | #define HCIUARTSETPROTO _IOW('U', 200, int) | 604 | #define HCIUARTSETPROTO _IOW('U', 200, int) |
605 | #define HCIUARTGETPROTO _IOR('U', 201, int) | 605 | #define HCIUARTGETPROTO _IOR('U', 201, int) |
606 | #define HCIUARTGETDEVICE _IOR('U', 202, int) | ||
606 | 607 | ||
607 | #define BNEPCONNADD _IOW('B', 200, int) | 608 | #define BNEPCONNADD _IOW('B', 200, int) |
608 | #define BNEPCONNDEL _IOW('B', 201, int) | 609 | #define BNEPCONNDEL _IOW('B', 201, int) |