1 /* SPDX-License-Identifier: ISC */ 2 /* 3 * Copyright (c) 2022 Broadcom Corporation 4 */ 5 #ifndef _BRCMFMAC_WCC_VOPS_H 6 #define _BRCMFMAC_WCC_VOPS_H 7 8 extern const struct brcmf_fwvid_ops brcmf_wcc_ops; 9 #define WCC_VOPS (&brcmf_wcc_ops) 10 11 #endif /* _BRCMFMAC_WCC_VOPS_H */ 12