zephyr_vnd7050aj/modules/vnd7050aj/include/vnd7050aj.h

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__