Bluetooth: Convert hdev->out to a bool type
[deliverable/linux.git] / include / net / bluetooth / hci_core.h
index 0938168ce602f5c64aa99c16e1666eae1462a041..520da44940e9423f4c35b7bf0a5f3ed379c01e0d 100644 (file)
@@ -282,7 +282,7 @@ struct hci_conn {
        __u16           state;
        __u8            mode;
        __u8            type;
-       __u8            out;
+       bool            out;
        __u8            attempt;
        __u8            dev_class[3];
        __u8            features[8];
This page took 0.023956 seconds and 5 git commands to generate.