mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-24 15:28:53 +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
|