drivers/leds/leds-lp5523.c: fix section mismatches
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / micrel_phy.h
blobdd8da342a991d0133d0f6e93faec33064da956c7
1 #ifndef _MICREL_PHY_H
2 #define _MICREL_PHY_H
4 #define MICREL_PHY_ID_MASK 0x00fffff0
6 #define PHY_ID_KSZ9021 0x00221611
7 #define PHY_ID_KS8737 0x00221720
8 #define PHY_ID_KS8041 0x00221510
9 #define PHY_ID_KS8051 0x00221550
10 /* both for ks8001 Rev. A/B, and for ks8721 Rev 3. */
11 #define PHY_ID_KS8001 0x0022161A
13 /* struct phy_device dev_flags definitions */
14 #define MICREL_PHY_50MHZ_CLK 0x00000001
16 #endif /* _MICREL_PHY_H */