20c7173849
Change-Id: Id3b833d405596735becb3346f3b08c6da57033fe
12 lines
194 B
C
12 lines
194 B
C
#ifndef _SYS_CDEFS_H_
|
|
#define _SYS_CDEFS_H_ 1
|
|
|
|
#ifdef __cplusplus
|
|
# define __BEGIN_DECLS extern "C" {
|
|
# define __END_DECLS }
|
|
#else
|
|
# define __BEGIN_DECLS
|
|
# define __END_DECLS
|
|
#endif
|
|
|
|
#endif |