pcs-altera-tse.h 394 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2022 Bootlin
  4. *
  5. * Maxime Chevallier <[email protected]>
  6. */
  7. #ifndef __LINUX_PCS_ALTERA_TSE_H
  8. #define __LINUX_PCS_ALTERA_TSE_H
  9. struct phylink_pcs;
  10. struct net_device;
  11. struct phylink_pcs *alt_tse_pcs_create(struct net_device *ndev,
  12. void __iomem *pcs_base, int reg_width);
  13. #endif /* __LINUX_PCS_ALTERA_TSE_H */