Framework Components Application Programming Interface (API)  fc-u06
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
rman.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2012, Texas Instruments Incorporated
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
9  * * Redistributions of source code must retain the above copyright
10  * notice, this list of conditions and the following disclaimer.
11  *
12  * * Redistributions in binary form must reproduce the above copyright
13  * notice, this list of conditions and the following disclaimer in the
14  * documentation and/or other materials provided with the distribution.
15  *
16  * * Neither the name of Texas Instruments Incorporated nor the names of
17  * its contributors may be used to endorse or promote products derived
18  * from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
24  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
29  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
30  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  *
32  */
50 #ifndef ti_sdo_fc_rman__RMAN_
51 #define ti_sdo_fc_rman__RMAN_
52 
53 #define ti_sdo_fc_ires_NOPROTOCOLREV
54 
55 #ifdef __cplusplus
56 extern "C" {
57 #endif
58 
61 
62 #include <ti/xdais/ires.h>
63 #include <ti/sdo/fc/ires/iresman.h>
64 
73 #define RMAN_MODNAME "ti.sdo.fc.rman"
74 
78 #define RMAN_GTNAME "ti.sdo.fc.rman"
79 
83 #define RMAN_PROTOCOLNAMESIZE 200
84 
88 typedef struct Sem_Obj * RMAN_SemHandle;
89 
96  (Int scratchId, Bool yieldFlag);
97 
108 typedef struct RMAN_Params {
109 
114 
119 
124 
130 
135 
136 } RMAN_Params;
137 
141 extern __FAR__ RMAN_Params RMAN_PARAMS;
142 
146 extern __FAR__ IRESMAN_Fxns * RMAN_TABLE[];
147 
151 extern __FAR__ short RMAN_FREE_ENTRIES[];
152 
158 extern __FAR__ short RMAN_numRegistryEntries;
159 
165 extern __FAR__ IRESMAN_Fxns ** RMAN_registryEntries;
166 
171 extern __FAR__ IRESMAN_Params ** RMAN_registryResmanArgs;
172 
177 extern __FAR__ unsigned int ** RMAN_iresVTable;
178 
182 extern __FAR__ unsigned int ti_sdo_fc_rman_RMAN_MAXALGS;
183 
187 extern UInt32 ti_sdo_fc_rman_RMAN_ipcKey;
188 
194 
204 IRES_Status RMAN_init(Void);
205 
206 
213 IRES_Status RMAN_exit(Void);
214 
215 
232 IRES_Status RMAN_register(IRESMAN_Fxns * resmanFxns, IRESMAN_Params * initArgs);
233 
234 
246 
271  Int scratchGroupId);
272 
273 
304 IRES_Status RMAN_allocateResources(Int requestId,
305  IRES_ResourceDescriptor * resDesc, Int numResources, Int scratchGroupId);
306 
307 
326 IRES_Status RMAN_freeResources(IALG_Handle algHandle, IRES_Fxns * resFxns, Int
327  scratchGroupId);
328 
354  IRES_ResourceDescriptor *resDesc, Int numResources, Int scratchGroupId);
355 
369  IRES_Handle resourceHandle, IRES_Fxns * resFxns, Int scratchGroupId);
370 
381  IRES_Fxns * resFxns, Int scratchGroupId);
382 
396  IRES_Handle resourceHandle, IRES_Fxns * resFxns, Int scratchGroupId);
397 
409  IRES_Fxns * resFxns, Int scratchGroupId);
410 
411 
431 void RMAN_yield(IRES_YieldResourceType resource,
432  IRES_YieldContextHandle algYieldContext, IRES_YieldArgs yieldArgs);
433 
434 
437 #ifdef __cplusplus
438 }
439 #endif /* extern "C" */
440 
441 #endif
Copyright 2014, Texas Instruments Incorporated