comparison nuc-fw/riviera/rvf/rvf_mem_pool.c @ 120:e7d4ec9c4c32

All of RVF compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 31 Oct 2013 00:17:12 +0000
parents 21de8d8e6ea7
children
comparison
equal deleted inserted replaced
119:dd56546ad9e0 120:e7d4ec9c4c32
13 /* Author Laurent Sollier (l-sollier@ti.com) */ 13 /* Author Laurent Sollier (l-sollier@ti.com) */
14 /* */ 14 /* */
15 /* (C) Copyright 2002 by Texas Instruments Incorporated, All Rights Reserved*/ 15 /* (C) Copyright 2002 by Texas Instruments Incorporated, All Rights Reserved*/
16 /****************************************************************************/ 16 /****************************************************************************/
17 17
18 #include "rvf/rvf_pool_size.h" 18 #include "rvf_pool_size.h"
19 #include "rvf/rvf_cust.h" 19 #include "rvf_cust.h"
20 20
21 /******** MEMORY POOLS ******************/ 21 /******** MEMORY POOLS ******************/
22 /* Define the buffer pools */ 22 /* Define the buffer pools */
23 T_RVF_POOL _rvf_pools[RVF_NB_POOLS]; 23 T_RVF_POOL _rvf_pools[RVF_NB_POOLS];
24 24