// SPDX-License-Identifier: ISC /* Copyright (C) 2023 MediaTek Inc. */ #include "mt7925.h" #include "mcu.h" static int mt7925_mcu_send_message(struct mt76_dev *mdev, struct sk_buff *skb, int cmd, int *seq) { … } int mt7925e_mcu_init(struct mt792x_dev *dev) { … }