brintos

brintos / linux-shallow public Read only

0
0
Text · 328 B · 6b262d0 Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.4 * Copyright (C) 2017 Linaro Ltd.5 */6#ifndef __VENUS_VDEC_H__7#define __VENUS_VDEC_H__8 9struct venus_inst;10 11int vdec_ctrl_init(struct venus_inst *inst);12void vdec_ctrl_deinit(struct venus_inst *inst);13 14#endif15