#ifndef __sfp_h__
#define __sfp_h__

#ifdef __cplusplus
extern "C" {
#endif

int sfpInit(void);
int sfpProbe(int);
int sfpTransmitEnable(int, boolean);
int sfpEnable(int, boolean);
int sfpModulePresent(int, boolean *);

#ifdef __cplusplus
}
#endif

#endif /* __sfp_h__ */

