From ba7ce778ea21acb07f58e4948b66e167eb0918c4 Mon Sep 17 00:00:00 2001 From: Cui Zhang Date: Sat, 18 Jan 2020 10:20:36 +0800 Subject: [PATCH] [ALPS04791203] m4u: add ioctl define for permissioin control [Detail] Add ioctl define for permissioin control if user need to add m4u permission, need to add it in its process .te file MTK-Commit-Id: 450b6a3cf6177d0befee4dbe3e41104c8e957191 Change-Id: If708b999fd398a2388cdf7fc764d91814a9bbf86 Signed-off-by: Cui Zhang CR-Id: ALPS04791203 Feature: [Module]ION/M4U --- non_plat/ioctl_defines | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/ioctl_defines b/non_plat/ioctl_defines index d227aab..f777d82 100755 --- a/non_plat/ioctl_defines +++ b/non_plat/ioctl_defines @@ -62,3 +62,4 @@ define(`JPG_BRIDGE_ENC_IO_START', `0x780f') ##################################### # m4u_priv.h define(`MTK_M4U_T_SEC_INIT', `0x6732') +define(`MTK_M4U_T_CONFIG_PORT', `0x670b')