Loading drivers/char/adsprpc_compat.c +6 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,11 @@ struct compat_fastrpc_ctrl_latency { compat_uint_t level; /* level of control */ }; #define FASTRPC_CONTROL_SMMU (2) struct compat_fastrpc_ctrl_smmu { compat_uint_t sharedcb; }; #define FASTRPC_CONTROL_KALLOC (3) struct compat_fastrpc_ctrl_kalloc { compat_uint_t kalloc_support; /* Remote memory allocation from kernel */ Loading @@ -141,6 +146,7 @@ struct compat_fastrpc_ioctl_control { compat_uint_t req; union { struct compat_fastrpc_ctrl_latency lp; struct compat_fastrpc_ctrl_smmu smmu; struct compat_fastrpc_ctrl_kalloc kalloc; }; }; Loading Loading
drivers/char/adsprpc_compat.c +6 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,11 @@ struct compat_fastrpc_ctrl_latency { compat_uint_t level; /* level of control */ }; #define FASTRPC_CONTROL_SMMU (2) struct compat_fastrpc_ctrl_smmu { compat_uint_t sharedcb; }; #define FASTRPC_CONTROL_KALLOC (3) struct compat_fastrpc_ctrl_kalloc { compat_uint_t kalloc_support; /* Remote memory allocation from kernel */ Loading @@ -141,6 +146,7 @@ struct compat_fastrpc_ioctl_control { compat_uint_t req; union { struct compat_fastrpc_ctrl_latency lp; struct compat_fastrpc_ctrl_smmu smmu; struct compat_fastrpc_ctrl_kalloc kalloc; }; }; Loading