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