diff --git a/include/phy-id-list.h b/include/phy-id-list.h new file mode 100644 index 0000000..a6070a0 --- /dev/null +++ b/include/phy-id-list.h @@ -0,0 +1,12 @@ +/* + * List of all Etherenet PHY IDs that is not found in any .h files in + * include/linux + */ + + +#ifndef __PHY_ID_LIST__ +#define __PHY_ID_LIST__ + +#define PHY_ID_BCM54220 0x600d8589 + +#endif