2010-04-23 16:04:20 -07:00
|
|
|
/* include/linux/msm_mdp.h
|
|
|
|
*
|
|
|
|
* Copyright (C) 2007 Google Incorporated
|
2016-01-11 17:35:42 -08:00
|
|
|
* Copyright (c) 2012-2014,2016 The Linux Foundation. All rights reserved.
|
2010-04-23 16:04:20 -07:00
|
|
|
*
|
|
|
|
* 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_
|
|
|
|
|
2014-08-11 13:18:16 -04:00
|
|
|
#include <uapi/linux/msm_mdp.h>
|
|
|
|
|
|
|
|
#endif /*_MSM_MDP_H_*/
|