net: introduce NETDEV_POST_INIT notifier
[pandora-kernel.git] / include / linux / notifier.h
index b86fa2f..29714b8 100644 (file)
@@ -198,6 +198,10 @@ static inline int notifier_to_errno(int ret)
 #define NETDEV_CHANGENAME      0x000A
 #define NETDEV_FEAT_CHANGE     0x000B
 #define NETDEV_BONDING_FAILOVER 0x000C
+#define NETDEV_PRE_UP          0x000D
+#define NETDEV_BONDING_OLDTYPE  0x000E
+#define NETDEV_BONDING_NEWTYPE  0x000F
+#define NETDEV_POST_INIT       0x0010
 
 #define SYS_DOWN       0x0001  /* Notify of system down */
 #define SYS_RESTART    SYS_DOWN