linux/drivers/net/wireless/ti/wl1251/boot.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * This file is part of wl1251
 *
 * Copyright (C) 2008 Nokia Corporation
 */

#include <linux/slab.h>

#include "reg.h"
#include "boot.h"
#include "io.h"
#include "spi.h"
#include "event.h"
#include "acx.h"

void wl1251_boot_target_enable_interrupts(struct wl1251 *wl)
{}

int wl1251_boot_soft_reset(struct wl1251 *wl)
{}

int wl1251_boot_init_seq(struct wl1251 *wl)
{}

static void wl1251_boot_set_ecpu_ctrl(struct wl1251 *wl, u32 flag)
{}

int wl1251_boot_run_firmware(struct wl1251 *wl)
{}

static int wl1251_boot_upload_firmware(struct wl1251 *wl)
{}

static int wl1251_boot_upload_nvs(struct wl1251 *wl)
{}

int wl1251_boot(struct wl1251 *wl)
{}