]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - rm.h
Minor updates
[keystone-rtos/rm-lld.git] / rm.h
diff --git a/rm.h b/rm.h
index e41967289eb2bda043899d510cfcdbcc417ec365..4203e0c248c1471ac2b0c706f5dbbb654816d1fd 100644 (file)
--- a/rm.h
+++ b/rm.h
@@ -298,7 +298,7 @@ extern "C" {
 #define RM_ERROR_ALREADY_REGD_SERVER_OR_CD         RM_ERROR_BASE-37
 /** Transport registration callout function pointers specified as valid but were NULL */
 #define RM_ERROR_NULL_CALLOUTS_WHEN_VALID          RM_ERROR_BASE-38
-/** Service both a NameServer name and a base, length, or alignment */
+/** Service has both a NameServer name and a base, length, or alignment specified */
 #define RM_ERROR_NS_NAME_AND_RES_VAL_CONFLICT      RM_ERROR_BASE-39
 /** Instance type not recognized */
 #define RM_ERROR_INVALID_INST_TYPE                 RM_ERROR_BASE-40
@@ -390,7 +390,7 @@ typedef struct {
      *  must match an instance name defined in the "valid-instances" lists contained
      *  in the global and static policy DTS files.  Resources and privileges to the
      *  resources will be based on the name assigned to the RM instance*/
-    char *instName;
+    const char *instName;
     /** The type of RM instance that will be created. */
     Rm_InstType instType;
     /** Instance-type specific configurations */
@@ -461,7 +461,7 @@ void Rm_printInstanceStatus(Rm_Handle rmHandle);
  *  @retval
  *      Failure - NULL Rm_Handle and result < #RM_OK
  */
-Rm_Handle Rm_init(Rm_InitCfg *initCfg, int32_t *result);
+Rm_Handle Rm_init(const Rm_InitCfg *initCfg, int32_t *result);
 
 /**
  *  @b Description