linuxOS_D21X/source/linux-5.10/drivers/net/ethernet/artinchip/aicmac_ethtool.h

15 lines
348 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2021 ArtInChip Technology Co., Ltd.
* Author: Keliang Liu <keliang.liu@artinchip.com>
*/
#ifndef _AICMAC_ETHTOOL_H_
#define _AICMAC_ETHTOOL_H_
#define REG_SPACE_SIZE 0x1060
void aicmac_ethtool_init(void *priv_ptr);
void aicmac_set_ethtool_ops(struct net_device *netdev);
#endif