]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - qnx/src/ipc3x_dev/ti/syslink/inc/GateMPDrvDefs.h
Prevent SR0 owner from being stopped if host process is still using GateMP
[ipc/ipcdev.git] / qnx / src / ipc3x_dev / ti / syslink / inc / GateMPDrvDefs.h
index f26d108fe43136be1bdf8124aa3f314e68b9974b..da7363198b42cb0c4357a957f9d35e4bb3bb0227 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Texas Instruments Incorporated
+ * Copyright (c) 2013-2014, Texas Instruments Incorporated
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -88,11 +88,17 @@ extern "C" {
 #define CMD_GATEMP_START                _IOWR(UTILSCMDBASE,\
                                             GATEMP_BASE_CMD + 4u,\
                                             GateMPDrv_CmdArgs)
+/*!
+ *  @brief  Command for GateMP_stop
+ */
+#define CMD_GATEMP_STOP                 _IOWR(UTILSCMDBASE,\
+                                            GATEMP_BASE_CMD + 5u,\
+                                            GateMPDrv_CmdArgs)
 /*!
  *  @brief  Command for GateMP_isSetup
  */
 #define CMD_GATEMP_ISSETUP              _IOWR(UTILSCMDBASE,\
-                                            GATEMP_BASE_CMD + 5u,\
+                                            GATEMP_BASE_CMD + 6u,\
                                             GateMPDrv_CmdArgs)