15 lines
166 B
C
15 lines
166 B
C
#ifndef VND7050AJ_H__
|
|
#define VND7050AJ_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void vnd7050aj_init(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // VND7050AJ_H__
|