aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-11-08 12:57:21 -0500
committerDavid S. Miller <davem@davemloft.net>2005-11-08 12:57:21 -0500
commit1ebb92521d0bc2d4ef772730d29333c06b807191 (patch)
treed480ca68fd4c7f1185e189942feef8d85edbb659 /include/net/bluetooth/hci_core.h
parent7ef934b3b73f74aea23aa0e98affe86d7ea816a3 (diff)
[Bluetooth]: Add endian annotations to the core
This patch adds the endian annotations to the Bluetooth core. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 7f933f302078..adb94508259b 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -44,7 +44,7 @@ struct inquiry_data {
44 __u8 pscan_period_mode; 44 __u8 pscan_period_mode;
45 __u8 pscan_mode; 45 __u8 pscan_mode;
46 __u8 dev_class[3]; 46 __u8 dev_class[3];
47 __u16 clock_offset; 47 __le16 clock_offset;
48 __s8 rssi; 48 __s8 rssi;
49}; 49};
50 50