summaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/core/macaddr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocom/core/macaddr.h b/include/osmocom/core/macaddr.h
new file mode 100644
index 00000000..517977bb
--- /dev/null
+++ b/include/osmocom/core/macaddr.h
@@ -0,0 +1,6 @@
+#ifndef _OSMO_MACADDR_H
+#define _OSMO_MACADDR_H
+
+int osmo_macaddr_parse(uint8_t *out, const char *in);
+
+#endif