// SPDX-License-Identifier: ISC /* Copyright (C) 2021 MediaTek Inc. */ #include "mt7921.h" #include "mcu.h" int mt7921e_driver_own(struct mt792x_dev *dev) { … } static int mt7921_mcu_send_message(struct mt76_dev *mdev, struct sk_buff *skb, int cmd, int *seq) { … } int mt7921e_mcu_init(struct mt792x_dev *dev) { … }