swphy.h 198 B

123456789
  1. #ifndef SWPHY_H
  2. #define SWPHY_H
  3. struct fixed_phy_status;
  4. int swphy_validate_state(const struct fixed_phy_status *state);
  5. int swphy_read_reg(int reg, const struct fixed_phy_status *state);
  6. #endif