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