// SPDX-License-Identifier: ISC /* * Copyright (c) 2022 Broadcom Corporation */ #include <linux/errno.h> #include <linux/types.h> #include <core.h> #include <bus.h> #include <fwvid.h> #include <feature.h> #include "vops.h" #define BRCMF_BCA_E_LAST … static void brcmf_bca_feat_attach(struct brcmf_if *ifp) { … } static int brcmf_bca_alloc_fweh_info(struct brcmf_pub *drvr) { … } const struct brcmf_fwvid_ops brcmf_bca_ops = …;