diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-10-11 22:07:56 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-10-11 22:07:56 +0000 |
| commit | 4cd16d389f7331efa3da5d765c55f612876cd2a9 (patch) | |
| tree | 48ff31f59240307724e16aa5f6bc49500bd4ea41 /htc.c | |
| parent | 8f313c717a4a6de3530045df370c7c716d8f9c57 (diff) | |
ath10k: update Atheros/QCA's ath10k drivervendor/Linux/ath10k/torvalds-v6.17
This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
e5f0a698b34ed76002dc5cff3804a61c80233a7a ( tag: v6.17 ).
Diffstat (limited to 'htc.c')
| -rw-r--r-- | htc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,8 +3,11 @@ * Copyright (c) 2005-2011 Atheros Communications Inc. * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ +#include <linux/export.h> + #include "core.h" #include "hif.h" #include "debug.h" |
