![]() |
![]() |
Device specific Resource Manager Interface Definitions IRESMAN - Interface that needs to be implemented and registered with the generic RMAN Resource Registry that are called to manage corresponding IRES resources.
#include <ti/xdais/ires_common.h>

Go to the source code of this file.
Data Structures | |
| struct | IRESMAN_Params |
| Configuration Parameters required by the Resource Manager implementation. These can be extended by individual resource managers if required. More... | |
| struct | IRESMAN_Fxns |
Typedefs | |
| typedef Bool( | IRESMAN_PersistentAllocFxn )(IALG_MemRec *memTab, Int numRecs) |
| Memory allocation function for all of ResMan and other IRES protocol's memory requirements. | |
| typedef Void( | IRESMAN_PersistentFreeFxn )(IALG_MemRec *memTab, Int numRecs) |
| Memory free functions for all of ResMan and other IRES protocol's memory requirements. | |