14 lines
147 B
C
14 lines
147 B
C
#ifndef __DEF_H
|
|
#define __DEF_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define MAX_DEVICES 10
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __MAIN_H */ |