X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnotifier.h;h=81bc252dc8ac35d9ed7fbe877308f52ae59eb623;hb=7ffbe3fdace0bdfcdab8dc6c77506feda0871f79;hp=b86fa2ffca0c3ca5f613b4b63b79a2260310b9d3;hpb=b19b3c74c7bbec45a848631b8f970ac110665a01;p=pandora-kernel.git diff --git a/include/linux/notifier.h b/include/linux/notifier.h index b86fa2ffca0c..29714b8441b1 100644 --- a/include/linux/notifier.h +++ b/include/linux/notifier.h @@ -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