kernel_samsung_a53x/drivers/soc/samsung/cpif/modem_dump.h
2024-06-15 16:02:09 -03:00

15 lines
302 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2016 Samsung Electronics.
*
*/
#ifndef __MODEM_DUMP_H__
#define __MODEM_DUMP_H__
#include "modem_prj.h"
#include "link_device_memory.h"
extern int cp_get_log_dump(struct io_device *iod, struct link_device *ld, unsigned long arg);
#endif