7 lines
77 B
C
7 lines
77 B
C
#ifndef __LIBOSFP_H__
|
|
#define __LIBOSFP_H__
|
|
|
|
int libosfp_init(void);
|
|
|
|
#endif
|