/* SPDX-License-Identifier: GPL-2.0-only *//* * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. */#ifndef __IRIS_VIDC_H__#define __IRIS_VIDC_H__structiris_core;voidiris_init_ops(structiris_core*core);intiris_open(structfile*filp);intiris_close(structfile*filp);#endif