diff options
Diffstat (limited to 'include/linux/msm_mdp.h')
-rw-r--r-- | include/linux/msm_mdp.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/linux/msm_mdp.h b/include/linux/msm_mdp.h new file mode 100644 index 000000000000..22e64f4272b9 --- /dev/null +++ b/include/linux/msm_mdp.h @@ -0,0 +1,20 @@ +/* include/linux/msm_mdp.h + * + * Copyright (C) 2007 Google Incorporated + * Copyright (c) 2012-2014,2016 The Linux Foundation. All rights reserved. + * + * This software is licensed under the terms of the GNU General Public + * License version 2, as published by the Free Software Foundation, and + * may be copied, distributed, and modified under those terms. + * + * 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 _MSM_MDP_H_ +#define _MSM_MDP_H_ + +#include <uapi/linux/msm_mdp.h> + +#endif /*_MSM_MDP_H_*/ |