comparison src/cs/services/vibr/vibr_pool_size.h @ 294:e17bdedfbf2b

VIBR SWE initial implementation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Mar 2022 08:46:10 +0000
parents
children
comparison
equal deleted inserted replaced
293:2d7d95e7f9c2 294:e17bdedfbf2b
1 /*
2 * Pool size definition required for every RiViera SWE
3 * VIBR is an entirely new FreeCalypso addition
4 */
5
6 #ifndef __VIBR_POOL_SIZE_H_
7 #define __VIBR_POOL_SIZE_H_
8
9 #define VIBR_STACK_SIZE (1024)
10 #define VIBR_MB1_SIZE (1024)
11
12 #define VIBR_POOL_SIZE (VIBR_STACK_SIZE + VIBR_MB1_SIZE)
13 #endif