ti_phy_init.h 277 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * TI Generic Ethernet PHY
  4. *
  5. * Author: Dan Murphy <dmurphy@ti.com>
  6. *
  7. * Copyright (C) 2019-20 Texas Instruments Inc.
  8. */
  9. #ifndef _TI_GEN_PHY_H
  10. #define _TI_GEN_PHY_H
  11. int phy_dp83867_init(void);
  12. #endif /* _TI_GEN_PHY_H */