X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=blobdiff_plain;f=qnx%2Fsrc%2Fipc3x_dev%2Fti%2Fsyslink%2Fipc%2Fhlos%2Fusr%2FQnx%2FMultiProcDrv.c;h=c4a7b4996a491851616b4ff49ca0aa0ac899c274;hp=8f839c64b443ace3d3529391aaf7431f20ab8541;hb=49d5b3e89545662aa9761e443a6ef78a40143376;hpb=7137bda49689388b224a50d443c6c3413cda6bae diff --git a/qnx/src/ipc3x_dev/ti/syslink/ipc/hlos/usr/Qnx/MultiProcDrv.c b/qnx/src/ipc3x_dev/ti/syslink/ipc/hlos/usr/Qnx/MultiProcDrv.c index 8f839c6..c4a7b49 100644 --- a/qnx/src/ipc3x_dev/ti/syslink/ipc/hlos/usr/Qnx/MultiProcDrv.c +++ b/qnx/src/ipc3x_dev/ti/syslink/ipc/hlos/usr/Qnx/MultiProcDrv.c @@ -6,7 +6,7 @@ * * ============================================================================ * - * Copyright (c) 2013, Texas Instruments Incorporated + * Copyright (c) 2013-2014, Texas Instruments Incorporated * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -88,7 +88,7 @@ MultiProcDrv_ioctl (UInt32 cmd, Ptr args) SETIOV(&mpgetconfig_iov[0], cargs, sizeof(MultiProcDrv_CmdArgs)); SETIOV(&mpgetconfig_iov[1], cargs->args.getConfig.config, sizeof(MultiProc_Config)); - osStatus = devctlv(IpcDrv_handle, DCMD_MULTIPROC_GETCONFIG, 1, 2, + osStatus = devctlv(IpcDrv_handle, DCMD_MULTIPROC_GETCONFIG, 2, 2, mpgetconfig_iov, mpgetconfig_iov, NULL); } break;