blob: 5f546a344d54aaedf276924943c691060f7cc92c [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_EDGE_H_
#define VPU_EDGE_H_
struct vpu_edge_file {
};
struct vpu_edge {
struct vpu_edge_file *file;
};
#endif