]> Git Repo - linux.git/blob - include/linux/pcs-altera-tse.h
zstd: import usptream v1.5.2
[linux.git] / include / linux / pcs-altera-tse.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2022 Bootlin
4  *
5  * Maxime Chevallier <[email protected]>
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 */
This page took 0.036114 seconds and 4 git commands to generate.