16 lines
275 B
C
16 lines
275 B
C
/* memcfg.h */
|
|
|
|
/*
|
|
* Copyright (c) 1997-2010, 2014 Wind River Systems, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef MESSAGE_H
|
|
#define MESSAGE_H
|
|
|
|
#define MESSAGE_SIZE 4096
|
|
#define MESSAGE_SIZE_PIPE 2048 /* must be smaller than MESSAGE_SIZE */
|
|
|
|
#endif
|