#ifndef _OSMO_MACADDR_H #define _OSMO_MACADDR_H int osmo_macaddr_parse(uint8_t *out, const char *in); #endif