]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - include/rm_loc.h
Completed and tested routines that automatically reserve linux resources
[keystone-rtos/rm-lld.git] / include / rm_loc.h
index 322c7e244c4208369c61ba48421e55f9002b214b..32077e31b9ce869fe323cc7a0241c6c83372fec9 100644 (file)
@@ -225,8 +225,8 @@ typedef struct _Rm_ResourceTreeNode {
     char allocatedTo[RM_INSTANCE_NAME_MAX_CHARS];
 } Rm_ResourceTreeNode;
 
     char allocatedTo[RM_INSTANCE_NAME_MAX_CHARS];
 } Rm_ResourceTreeNode;
 
-/* Will need to malloc a tree of type Rm_ResourceTree for each tree i want to create */
-/* Declare the tree head structure */
+/* Declare the tree head structure.  A structure of type Rm_ResourceTree will need to be
+ * malloc'd for each tree that is to be created. */
 typedef RB_HEAD(_Rm_ResourceTree, _Rm_ResourceTreeNode) Rm_ResourceTree;
 
 /* Prototype for function that allocates new tree nodes */
 typedef RB_HEAD(_Rm_ResourceTree, _Rm_ResourceTreeNode) Rm_ResourceTree;
 
 /* Prototype for function that allocates new tree nodes */