btqca.c (5d8dfaa71d87f742c53309b95cb6a8b274119027) btqca.c (b6459415b384cb829f0b2a4268f211c789f6cf0b)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Bluetooth supports for Qualcomm Atheros chips
4 *
5 * Copyright (c) 2015 The Linux Foundation. All rights reserved.
6 */
7#include <linux/module.h>
8#include <linux/firmware.h>
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Bluetooth supports for Qualcomm Atheros chips
4 *
5 * Copyright (c) 2015 The Linux Foundation. All rights reserved.
6 */
7#include <linux/module.h>
8#include <linux/firmware.h>
9#include <linux/vmalloc.h>
9
10#include <net/bluetooth/bluetooth.h>
11#include <net/bluetooth/hci_core.h>
12
13#include "btqca.h"
14
15#define VERSION "0.1"
16

--- 660 unchanged lines hidden ---
10
11#include <net/bluetooth/bluetooth.h>
12#include <net/bluetooth/hci_core.h>
13
14#include "btqca.h"
15
16#define VERSION "0.1"
17

--- 660 unchanged lines hidden ---