return err;
}
-static int ioc_settimeout(unsigned int fd, unsigned int cmd,
- compat_ulong_t __user *argp)
-{
- return rw_long(fd, AUTOFS_IOC_SETTIMEOUT, argp);
-}
-
/* Bluetooth ioctls */
- #define HCIUARTSETPROTO _IOW('U', 200, int)
- #define HCIUARTGETPROTO _IOR('U', 201, int)
+ #define HCIUARTSETPROTO _IOW('U', 200, int)
+ #define HCIUARTGETPROTO _IOR('U', 201, int)
+ #define HCIUARTGETDEVICE _IOR('U', 202, int)
+ #define HCIUARTSETFLAGS _IOW('U', 203, int)
+ #define HCIUARTGETFLAGS _IOR('U', 204, int)
#define BNEPCONNADD _IOW('B', 200, int)
#define BNEPCONNDEL _IOW('B', 201, int)