linux/drivers/media/platform/verisilicon/hantro_g1.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Hantro VPU codec driver
 *
 * Copyright (C) 2018 Rockchip Electronics Co., Ltd.
 *	Jeffy Chen <[email protected]>
 * Copyright (C) 2019 Pengutronix, Philipp Zabel <[email protected]>
 * Copyright (C) 2021 Collabora Ltd, Emil Velikov <[email protected]>
 */

#include "hantro.h"
#include "hantro_g1_regs.h"

irqreturn_t hantro_g1_irq(int irq, void *dev_id)
{}

void hantro_g1_reset(struct hantro_ctx *ctx)
{}