13 lines
177 B
C
13 lines
177 B
C
|
|
#ifndef _MR_CONFIG_H_
|
||
|
|
#define _MR_CONFIG_H_
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif /* __cplusplus */
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif /* __cplusplus */
|
||
|
|
|
||
|
|
#endif /* _MR_CONFIG_H_ */
|