Framework Components Application Programming Interface (API)  fc-v07
Data Structures | Typedefs
iresman.h File Reference

Detailed Description

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>
#include <ti/xdais/ires.h>
Include dependency graph for iresman.h:
This graph shows which files directly or indirectly include this file:

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. More...
 
typedef Void( IRESMAN_PersistentFreeFxn) (IALG_MemRec *memTab, Int numRecs)
 Memory free functions for all of ResMan and other IRES protocol's memory requirements. More...
 
typedef struct IRESMAN_Params IRESMAN_Params
 Configuration Parameters required by the Resource Manager implementation. These can be extended by individual resource managers if required. More...
 
typedef struct IRESMAN_Fxns IRESMAN_Fxns
 
Copyright 2016, Texas Instruments Incorporated