summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorOlivier Masse <olivier.masse@nxp.com>2018-02-01 15:02:12 +0100
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitad54edb64d74aa5705c0b923321a8903b51a4d24 (patch)
tree3c02cca3828bbf0568ebf43731c9a45864ef2b02 /drivers/staging
parent1c425eac44e20231398fe55ba56ea06bb3db4970 (diff)
MMIOT-30 staging: android: uapi: add secure_ion.h
Signed-off-by: Olivier Masse <olivier.masse@nxp.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/android/uapi/secure_ion.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/staging/android/uapi/secure_ion.h b/drivers/staging/android/uapi/secure_ion.h
new file mode 100644
index 000000000000..e1078977a8bb
--- /dev/null
+++ b/drivers/staging/android/uapi/secure_ion.h
@@ -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