18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
48c2ecf20Sopenharmony_ci * Copyright (C) 2017 Linaro Ltd.
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci#ifndef __VENUS_VENC_H__
78c2ecf20Sopenharmony_ci#define __VENUS_VENC_H__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_cistruct venus_inst;
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciint venc_ctrl_init(struct venus_inst *inst);
128c2ecf20Sopenharmony_civoid venc_ctrl_deinit(struct venus_inst *inst);
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif
15