1 /* memcfg.h */
2 
3 /*
4  * Copyright (c) 1997-2010, 2014 Wind River Systems, Inc.
5  *
6  * SPDX-License-Identifier: Apache-2.0
7  */
8 
9 #ifndef MESSAGE_H
10 #define MESSAGE_H
11 
12 #define MESSAGE_SIZE        4096
13 #define MESSAGE_SIZE_PIPE   2048	/* must be smaller than MESSAGE_SIZE */
14 
15 #endif
16