blob: 11e2dc44d80dbf45f8d2befac9cd5d96b5d70011 [file] [log] [blame]
Srinu Gorlecf8c6752018-01-19 18:36:13 +05301/* Copyright (c) 2014, 2018, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 */
13
14#ifndef __VENUS_BOOT_H__
15#define __VENUS_BOOT_H__
16#include "msm_vidc_resources.h"
17
18int venus_boot_init(struct msm_vidc_platform_resources *res,
19 struct context_bank_info *cb);
20void venus_boot_deinit(void);
21
22#endif /* __VENUS_BOOT_H__ */