Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

IxOsBufLib.h

Go to the documentation of this file.
00001 
00050 #ifndef IXOSBUFLIB_H
00051 #define IXOSBUFLIB_H
00052 
00053 #include <netBufLib.h>
00054 
00055 #ifdef __vxworks
00056 
00057 extern POOL_FUNC *  _pIxOsBufLibPoolFuncTbl;
00058 
00059 
00060 /* Get the amount of memory required to create 
00061  * an aligned buff pool 
00062 */
00063 UINT32
00064 ixAlignedPoolDataSize(int count, int size);
00065 
00066 /* Get the amount of memory required to create 
00067  * an aligned buff pool 
00068 */
00069 UINT32 
00070 ixAlignedPoolMbufSize(int count);
00071 
00072 #endif /* vxWorks */
00073 
00074 #endif /* IXOSBUFLIB_H */
00075 
Automatically generated from sources. © Intel Corp. 2003