mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 17:18:56 +00:00
14 lines
260 B
C
14 lines
260 B
C
/*
|
|
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _ARTINCHIP_AIC_MACADDR_H_
|
|
#define _ARTINCHIP_AIC_MACADDR_H_
|
|
|
|
|
|
void aicmac_get_macaddr_from_chipid(int port, unsigned char out_addr[6]);
|
|
|
|
#endif
|