Laura Abbott | 6438e53 | 2012-07-20 10:10:41 -0700 | [diff] [blame] | 1 | /* |
| 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 Dudani | f572d26 | 2012-08-29 18:02:11 -0700 | [diff] [blame] | 20 | #include <linux/ion.h> |
Laura Abbott | 6438e53 | 2012-07-20 10:10:41 -0700 | [diff] [blame] | 21 | |
| 22 | #endif |