diff options
| author | songyanchao <[email protected]> | 2023-02-27 02:06:19 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-02-27 02:06:19 +0000 |
| commit | 9aa64aabb2e4f16b402bc1e91c7d5da03f9b8420 (patch) | |
| tree | 2f8336168bdb1d2f14dbcb8e05a44a4fd16c605e /include/external | |
| parent | 7f0a4a1b5bcd58cada640f5530f142ad5ae04bbf (diff) | |
✨ feat: Add ‘get ether addr ’ apiv4.6.13-20230227
Add ‘get ether addr ’ api
Diffstat (limited to 'include/external')
| -rw-r--r-- | include/external/marsio.h | 2 |
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); |
