phy.h 287 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2014
  4. * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
  5. */
  6. #ifndef _PHY_H_
  7. #define _PHY_H_
  8. int setup_88e1514(const char *bus, unsigned char addr);
  9. int setup_88e1518(const char *bus, unsigned char addr);
  10. #endif