diff --git a/qnx/src/ipc3x_dev/ti/syslink/ipc/hlos/usr/Qnx/GateMPDrv.c b/qnx/src/ipc3x_dev/ti/syslink/ipc/hlos/usr/Qnx/GateMPDrv.c
index d750a7156688f102458d7a40ae79520906f28cda..043bae090da2422e19947f70658903c58f74dcb0 100644 (file)
/*
- * Copyright (c) 2013 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (c) 2013-2014 Texas Instruments Incorporated - http://www.ti.com
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
}
break;
+ case CMD_GATEMP_STOP:
+ {
+ osStatus = devctl(IpcDrv_handle, DCMD_GATEMP_STOP, cargs,
+ sizeof(GateMPDrv_CmdArgs), NULL);
+
+ if (osStatus != 0) {
+ status = GateMP_E_OSFAILURE;
+ }
+ }
+ break;
+
case CMD_GATEMP_ISSETUP:
{
osStatus = devctl(IpcDrv_handle, DCMD_GATEMP_ISSETUP, cargs,