/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * Generic Bluetooth HCI UART driver * * Copyright (C) 2015-2018 Intel Corporation */ #include <asm/unaligned.h> struct h4_recv_pkt { … }; #define H4_RECV_ACL … \ #define H4_RECV_SCO … #define H4_RECV_EVENT … static inline struct sk_buff *h4_recv_buf(struct hci_dev *hdev, struct sk_buff *skb, const unsigned char *buffer, int count, const struct h4_recv_pkt *pkts, int pkts_count) { … }