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 /ce.c | |
| parent | 8f313c717a4a6de3530045df370c7c716d8f9c57 (diff) | |
Diffstat (limited to 'ce.c')
| -rw-r--r-- | ce.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,8 +4,10 @@ * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. * Copyright (c) 2018 The Linux Foundation. All rights reserved. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ +#include <linux/export.h> #include "hif.h" #include "ce.h" #include "debug.h" |
