nt9856x/code/application/source/cardv/SrcCode/System/sys_fdt.h
2023-03-28 15:07:53 +08:00

7 lines
111 B
C

#ifndef SYS_FDT_H
#define SYS_FDT_H
extern void *fdt_get_app(void);
extern void *fdt_get_sensor(void);
#endif