Convert vnd7050aj to Zephyr module and add device tree binding
This commit is contained in:
14
modules/vnd7050aj/include/vnd7050aj.h
Normal file
14
modules/vnd7050aj/include/vnd7050aj.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef VND7050AJ_H__
|
||||
#define VND7050AJ_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void vnd7050aj_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // VND7050AJ_H__
|
||||
Reference in New Issue
Block a user