]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/smsc911x.h
smsc911x: add external phy detection overrides
[linux-2.6-omap-h63xx.git] / include / linux / smsc911x.h
index 1cbf0313adde93f0971e56a89a7a907a08fcb8d6..170c76b8f7a67960bd35b99f95ffaeae8c802178 100644 (file)
@@ -43,5 +43,7 @@ struct smsc911x_platform_config {
 /* Constants for flags */
 #define SMSC911X_USE_16BIT                     (BIT(0))
 #define SMSC911X_USE_32BIT                     (BIT(1))
+#define SMSC911X_FORCE_INTERNAL_PHY            (BIT(2))
+#define SMSC911X_FORCE_EXTERNAL_PHY            (BIT(3))
 
 #endif /* __LINUX_SMSC911X_H__ */