162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. 462306a36Sopenharmony_ci * Copyright (C) 2017 Linaro Ltd. 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci#ifndef __VENUS_VENC_H__ 762306a36Sopenharmony_ci#define __VENUS_VENC_H__ 862306a36Sopenharmony_ci 962306a36Sopenharmony_cistruct venus_inst; 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciint venc_ctrl_init(struct venus_inst *inst); 1262306a36Sopenharmony_civoid venc_ctrl_deinit(struct venus_inst *inst); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif 15