init autotools

This commit is contained in:
zhuzhenjun
2023-09-15 10:40:22 +08:00
parent a0bbf0ddc8
commit 2b7d652857
9 changed files with 85 additions and 89 deletions

6
src/libosfp.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __LIBOSFP_H__
#define __LIBOSFP_H__
int libosfp_init(void);
#endif