swphy.h 237 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef SWPHY_H
  3. #define SWPHY_H
  4. struct fixed_phy_status;
  5. int swphy_validate_state(const struct fixed_phy_status *state);
  6. int swphy_read_reg(int reg, const struct fixed_phy_status *state);
  7. #endif