blob: cef28f46fa20589978df1ca4018883ed72b197d9 [file] [log] [blame]
/*
* Samsung Exynos SoC series VPU driver
*
* Copyright (c) 2015 Samsung Electronics Co., Ltd
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef VPU_PIPEMGR_H_
#define VPU_PIPEMGR_H_
struct vpu_pipemgr {
struct list_head list;
};
#endif