blob: 8de62382b93e48f82b9614382b54b30797b68eb3 [file] [log] [blame]
Harald Welte5ddd4352014-08-21 15:42:44 +02001#pragma once
Harald Welte40d56f92014-08-18 19:03:40 +02002
3int osmo_macaddr_parse(uint8_t *out, const char *in);
Harald Weltefe3e42b2014-08-18 19:19:45 +02004int osmo_get_macaddr(uint8_t *mac_out, const char *dev_name);