blob: 964a7747ef7072b77e529c65d07542cbd2c3ddd4 [file] [log] [blame]
/*
* drivers/amlogic/media/common/canvas/canvas_priv.h
*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
#ifndef CANVAS_PRIV_HEADER_
#define CANVAS_PRIV_HEADER_
int amcanvas_manager_init(void);
void amcanvas_manager_exit(void);
#endif