]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - include/rm_servicesloc.h
Started consolidating error codes and cleaning up static(premain) allocation code
[keystone-rtos/rm-lld.git] / include / rm_servicesloc.h
index e8003a5521daa18450c4fa60c2d121af6d6419b6..9eab463ce0a2f6dec05db37f2dcb787a07709f8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  file  rmservicesloc.h
+ *  file  rm_servicesloc.h
  *
  *  Private data structures of Resource Manager services layer.
  *
@@ -47,10 +47,10 @@ extern "C" {
 /* RM external includes */
 #include <ti/drv/rm/rm_services.h>
 
-typedef struct Rm_ServicePreMainReq_s {
-    Rm_ServiceReqInfo *preMainReq;
-    struct Rm_ServicePreMainReq_s *nextPreMainReq;
-} Rm_ServicePreMainReq;
+typedef struct Rm_ServiceStaticReq_s {
+    Rm_ServiceReqInfo *staticReq;
+    struct Rm_ServiceStaticReq_s *nextStaticReq;
+} Rm_ServiceStaticReq;
 
 #ifdef __cplusplus
 }