/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2021 Broadcom. All Rights Reserved. The term * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. */ #ifndef __EFC_COMMON_H__ #define __EFC_COMMON_H__ #include <linux/pci.h> struct efc_dma { … }; #define efc_log_crit(efc, fmt, args...) … #define efc_log_err(efc, fmt, args...) … #define efc_log_warn(efc, fmt, args...) … #define efc_log_info(efc, fmt, args...) … #define efc_log_debug(efc, fmt, args...) … #endif /* __EFC_COMMON_H__ */