Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkin...
[linux-2.6-microblaze.git] / include / linux / pcs-altera-tse.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2022 Bootlin
4  *
5  * Maxime Chevallier <maxime.chevallier@bootlin.com>
6  */
7
8 #ifndef __LINUX_PCS_ALTERA_TSE_H
9 #define __LINUX_PCS_ALTERA_TSE_H
10
11 struct phylink_pcs;
12 struct net_device;
13
14 struct phylink_pcs *alt_tse_pcs_create(struct net_device *ndev,
15                                        void __iomem *pcs_base, int reg_width);
16
17 #endif /* __LINUX_PCS_ALTERA_TSE_H */