Loading drivers/char/adsprpc.c +539 −222 File changed.Preview size limit exceeded, changes collapsed. Show changes drivers/char/adsprpc_shared.h +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ /* INIT a new process or attach to guestos */ #define FASTRPC_INIT_ATTACH 0 #define FASTRPC_INIT_CREATE 1 #define FASTRPC_INIT_CREATE_STATIC 2 /* Retrives number of input buffers from the scalars parameter */ #define REMOTE_SCALARS_INBUFS(sc) (((sc) >> 16) & 0x0ff) Loading Loading
drivers/char/adsprpc.c +539 −222 File changed.Preview size limit exceeded, changes collapsed. Show changes
drivers/char/adsprpc_shared.h +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ /* INIT a new process or attach to guestos */ #define FASTRPC_INIT_ATTACH 0 #define FASTRPC_INIT_CREATE 1 #define FASTRPC_INIT_CREATE_STATIC 2 /* Retrives number of input buffers from the scalars parameter */ #define REMOTE_SCALARS_INBUFS(sc) (((sc) >> 16) & 0x0ff) Loading