1 /* config.h */ 2 3 /* 4 * Copyright (c) 1997-2010, 2014-2015 Wind River Systems, Inc. 5 * 6 * SPDX-License-Identifier: Apache-2.0 7 */ 8 9 #ifndef _CONFIG_H 10 #define _CONFIG_H 11 12 /* Max size of a message string */ 13 #define MAX_MSG 256 14 15 #endif /* _CONFIG_H */ 16