enum rpc_access_mode_flags
#include <te_rpc_sys_stat.h> enum rpc_access_mode_flags { RPC_F_OK = 0, RPC_R_OK =(1<<0), RPC_W_OK =(1<<1), RPC_X_OK =(1<<2), };
#include <te_rpc_sys_stat.h> enum rpc_access_mode_flags { RPC_F_OK = 0, RPC_R_OK =(1<<0), RPC_W_OK =(1<<1), RPC_X_OK =(1<<2), };