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