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