linux/drivers/net/wireless/ath/wil6210/wil_crash_dump.c

// SPDX-License-Identifier: ISC
/*
 * Copyright (c) 2015,2017 Qualcomm Atheros, Inc.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 */

#include "wil6210.h"
#include <linux/devcoredump.h>

static int wil_fw_get_crash_dump_bounds(struct wil6210_priv *wil,
					u32 *out_dump_size, u32 *out_host_min)
{}

int wil_fw_copy_crash_dump(struct wil6210_priv *wil, void *dest, u32 size)
{}

void wil_fw_core_dump(struct wil6210_priv *wil)
{}