b15f/control/src/wrapper/b15f.h
2022-12-06 16:22:55 +01:00

9 lines
125 B
C

#ifndef _B15F_H_
#define _B15F_H_
struct b15f;
typedef struct b15f b15f_t;
b15f_t* get_instance(void);
#endif // _B15F_H_