| 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_VENC_H__ |
| 7 | #define __VENUS_VENC_H__ |
| 8 | |
| 9 | struct venus_inst; |
| 10 | |
| 11 | int venc_ctrl_init(struct venus_inst *inst); |
| 12 | |
| 13 | #endif |
| 14 |
