// SPDX-License-Identifier: ISC /* * Copyright (C) 2018 Lorenzo Bianconi <[email protected]> */ #include <linux/kernel.h> #include <linux/firmware.h> #include "mt76x0.h" #include "mcu.h" #define MT_MCU_IVB_ADDR … static int mt76x0e_load_firmware(struct mt76x02_dev *dev) { … } int mt76x0e_mcu_init(struct mt76x02_dev *dev) { … }