]> git.openfabrics.org - ~emulex/for-vlad/old/compat.git/commitdiff
compat: backport ethtool_phys_id_state
authorVipul Pandya <vipul@chelsio.com>
Thu, 10 May 2012 12:39:55 +0000 (18:09 +0530)
committerVipul Pandya vipul@chelsio.com <vipulp@openfabrics.org>
Tue, 15 May 2012 15:16:51 +0000 (08:16 -0700)
Signed-off-by: Vipul Pandya <vipul@chelsio.com>
include/linux/compat-3.0.h

index 22ab5399ad12da2084f38a82a19c7f3c35f3e07e..f1df271c29f0fad4a113e62b1f2a0f5a7bb7f736 100644 (file)
@@ -125,6 +125,22 @@ static inline int __must_check kstrtos32_from_user(const char __user *s, size_t
 
 #endif
 
+/*
+ * enum ethtool_phys_id_state - indicator state for physical identification
+ * @ETHTOOL_ID_INACTIVE: Physical ID indicator should be deactivated
+ * @ETHTOOL_ID_ACTIVE: Physical ID indicator should be activated
+ * @ETHTOOL_ID_ON: LED should be turned on (used iff %ETHTOOL_ID_ACTIVE
+ *      is not supported)
+ * @ETHTOOL_ID_OFF: LED should be turned off (used iff %ETHTOOL_ID_ACTIVE
+ *      is not supported)
+ */
+enum ethtool_phys_id_state {
+    ETHTOOL_ID_INACTIVE,
+    ETHTOOL_ID_ACTIVE,
+    ETHTOOL_ID_ON,
+    ETHTOOL_ID_OFF
+};
+
 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(3,0,0)) */
 
 #endif /* LINUX_3_0_COMPAT_H */