blob: e9cfc9d24137615fe65dd36fd7e8a5fc63d2014c [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_PIPE_H_
#define VPU_PIPE_H_
struct vpu_pipe {
struct list_head list;
};
#endif