summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/external/marsio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/external/marsio.h b/include/external/marsio.h
index ec58114..983b48a 100644
--- a/include/external/marsio.h
+++ b/include/external/marsio.h
@@ -158,6 +158,8 @@ struct mr_vdev * marsio_open_device(struct mr_instance * instance, const char *
void marsio_close_device(struct mr_vdev * vdev);
+void marsio_get_device_ether_addr(struct mr_vdev * vdev, void * str_ether_addr, uint8_t size);
+
struct mr_vdev * marsio_device_lookup(struct mr_instance * instance, const char * devsym);
int marsio_recv_burst(struct mr_vdev * vdev, queue_id_t qid, marsio_buff_t * mbufs[], int nr_mbufs);