/** OPAL Interface setup * * @author Steffen Vogel * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC * @file */ #ifndef _INTERFACE_H_ #define _INTERFACE_H_ int if_setup(const char *op, const char *iface, const char *addr); #endif /* _INTERFACE_H_ */