aboutsummaryrefslogtreecommitdiff
path: root/original
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-02-04 11:41:28 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-02-04 11:41:28 -0800
commit601480a0265188593f82986b641e33583fb3aabb (patch)
tree11b8091c7ab6da108285a45793e928c62cd49d02 /original
parentd565791caf490dbb2632f62c32a700d6805d6df3 (diff)
parentb56f9987ee2ae3af5090c2757fa403953714a051 (diff)
downloadkernel-headers-601480a0265188593f82986b641e33583fb3aabb.tar.gz
am b56f9987: Merge "Add the missing msm_ion.h."
# Via Elliott Hughes (1) and Gerrit Code Review (1) * commit 'b56f9987ee2ae3af5090c2757fa403953714a051': Add the missing msm_ion.h.
Diffstat (limited to 'original')
-rw-r--r--original/linux/msm_ion.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/original/linux/msm_ion.h b/original/linux/msm_ion.h
new file mode 100644
index 0000000..0e28e54
--- /dev/null
+++ b/original/linux/msm_ion.h
@@ -0,0 +1,22 @@
+/*
+ * 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