]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - include/rm_nameserverloc.h
Integrated red-black tree algorithm for tree allocators
[keystone-rtos/rm-lld.git] / include / rm_nameserverloc.h
index a8f68c10c6198d3cfab521a7fb0e1408e11674d1..91b5a3bc99ebbb1adb55e77e00b1ad0348af0c99 100644 (file)
@@ -1,7 +1,7 @@
 /*
- *  file  rmnameserverloc.h
+ *  file  rm_nameserverloc.h
  *
- *  Private data structures of Resource Manager NameServer.
+ *  Prototypes and data structures for the Resource Manager NameServer.
  *
  *  ============================================================================
  *      (C) Copyright 2012, Texas Instruments, Inc.
@@ -37,8 +37,8 @@
  *  \par
 */
 
-#ifndef RMNAMESERVERLOC_H_
-#define RMNAMESERVERLOC_H_
+#ifndef RM_NAMESERVERLOC_H_
+#define RM_NAMESERVERLOC_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -60,5 +60,5 @@ int32_t Rm_nsDeleteObject(Rm_Inst *rmInst, char *objectString);
 }
 #endif
 
-#endif /* RMNAMESERVERLOC_H_ */
+#endif /* RM_NAMESERVERLOC_H_ */