blob: 0e28e54108c01e5d41bc712406e1de83e5725766 [file] [log] [blame]
Laura Abbott6438e532012-07-20 10:10:41 -07001/*
2 * include/linux/ion.h
3 *
4 * Copyright (c) 2012, Code Aurora Forum. All rights reserved.
5 *
6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and
8 * may be copied, distributed, and modified under those terms.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 */
16
17#ifndef _LINUX_MSM_ION_H
18#define _LINUX_MSM_ION_H
19
Ajay Dudanif572d262012-08-29 18:02:11 -070020#include <linux/ion.h>
Laura Abbott6438e532012-07-20 10:10:41 -070021
22#endif