b15f/control/src/wrapper/b15f.h

9 lines
125 B
C
Raw Normal View History

2022-12-06 15:22:55 +00:00
#ifndef _B15F_H_
#define _B15F_H_
struct b15f;
typedef struct b15f b15f_t;
b15f_t* get_instance(void);
#endif // _B15F_H_