MMIOT-30 staging: android: uapi: add secure_ion.h
authorOlivier Masse <olivier.masse@nxp.com>
Thu, 1 Feb 2018 14:02:12 +0000 (15:02 +0100)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:56:47 +0000 (14:56 -0500)
Signed-off-by: Olivier Masse <olivier.masse@nxp.com>
drivers/staging/android/uapi/secure_ion.h [new file with mode: 0644]

diff --git a/drivers/staging/android/uapi/secure_ion.h b/drivers/staging/android/uapi/secure_ion.h
new file mode 100644 (file)
index 0000000..e107897
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ * drivers/staging/android/uapi/secure_ion.h
+ *
+ * Copyright (C) 2011 Google, Inc.
+ * Copyright (C) 2012-2017 Freescale Semiconductor, Inc.
+ * Copyright 2017 NXP.
+ *
+ * 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_SECURE_ION_H
+#define _LINUX_SECURE_ION_H
+
+#define DWL_ION_ENCODED_BUFFER_VPU_HEAP   4
+#define DWL_ION_DECODED_BUFFER_DCSS_HEAP  2
+
+#endif