linux/drivers/media/dvb-frontends/cxd2880/cxd2880_integ.c

// SPDX-License-Identifier: GPL-2.0
/*
 * cxd2880_integ.c
 * Sony CXD2880 DVB-T2/T tuner + demodulator driver
 * integration layer common functions
 *
 * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
 */

#include <linux/ktime.h>
#include <linux/errno.h>

#include "cxd2880_tnrdmd.h"
#include "cxd2880_tnrdmd_mon.h"
#include "cxd2880_integ.h"

int cxd2880_integ_init(struct cxd2880_tnrdmd *tnr_dmd)
{}

int cxd2880_integ_cancel(struct cxd2880_tnrdmd *tnr_dmd)
{}

int cxd2880_integ_check_cancellation(struct cxd2880_tnrdmd *tnr_dmd)
{}