fsl_enet.h 620 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Copyright 2010 Freescale Semiconductor, Inc.
  3. *
  4. * See file CREDITS for list of people who contributed to this
  5. * project.
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License as
  9. * published by the Free Software Foundation; either version 2 of
  10. * the License, or (at your option) any later version.
  11. */
  12. #ifndef __ASM_PPC_FSL_ENET_H
  13. #define __ASM_PPC_FSL_ENET_H
  14. enum fsl_phy_enet_if {
  15. MII,
  16. RMII,
  17. GMII,
  18. RGMII,
  19. RGMII_ID,
  20. RGMII_RXID,
  21. RGMII_TXID,
  22. SGMII,
  23. TBI,
  24. RTBI,
  25. XAUI,
  26. FSL_ETH_IF_NONE,
  27. };
  28. #endif /* __ASM_PPC_FSL_ENET_H */