Several changes are pending to be pulled in which are not compatible with our changes. Specifically, a new field to the allocation ioctl is added and the ioctl numbers for cache flushing need to be changed. Add these changes now until full changes can be pulled in the future. Change-Id: I9540495e25c7b6c414a6e3719f66f2cd9f78c585 Signed-off-by: Laura Abbott <lauraa@codeaurora.org> Signed-off-by: Ajay Dudani <adudani@codeaurora.org>
23 lines
640 B
C
23 lines
640 B
C
/*
|
|
* include/linux/ion.h
|
|
*
|
|
* Copyright (c) 2012, Code Aurora Forum. 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 _LINUX_MSM_ION_H
|
|
#define _LINUX_MSM_ION_H
|
|
|
|
#include <linux/ion.h>
|
|
|
|
#endif
|