From: Eugene Syromyatnikov Date: Sun, 6 May 2018 18:10:59 +0000 (+0200) Subject: xlat: provide fallback definitions for HCI_CHANNEL_* constants X-Git-Tag: v4.23~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f7d3fcfc9d2a0777a6f16adc883a3cb0428bf97;p=strace xlat: provide fallback definitions for HCI_CHANNEL_* constants * xlat/hci_channels.in: Provide fallback definitions. --- diff --git a/xlat/hci_channels.in b/xlat/hci_channels.in index 1fae39bb..f6fde191 100644 --- a/xlat/hci_channels.in +++ b/xlat/hci_channels.in @@ -1,5 +1,5 @@ -HCI_CHANNEL_RAW -HCI_CHANNEL_USER -HCI_CHANNEL_MONITOR -HCI_CHANNEL_CONTROL -HCI_CHANNEL_LOGGING +HCI_CHANNEL_RAW 0 +HCI_CHANNEL_USER 1 +HCI_CHANNEL_MONITOR 2 +HCI_CHANNEL_CONTROL 3 +HCI_CHANNEL_LOGGING 4