M7350v7_en_gpl
This commit is contained in:
@ -725,6 +725,7 @@ struct nand_chip {
|
||||
#define NAND_MFR_INTEL 0x89
|
||||
#define NAND_MFR_WINBOND 0xef
|
||||
#define NAND_MFR_ESMT 0xc8
|
||||
#define NAND_MFR_ESMT2 0x2c
|
||||
|
||||
/* The maximum expected count of bytes in the NAND ID sequence */
|
||||
#define NAND_MAX_ID_LEN 8
|
||||
|
2
kernel/include/linux/netdevice.h
Normal file → Executable file
2
kernel/include/linux/netdevice.h
Normal file → Executable file
@ -1220,6 +1220,7 @@ enum netdev_priv_flags {
|
||||
IFF_LIVE_ADDR_CHANGE = 1<<20,
|
||||
IFF_MACVLAN = 1<<21,
|
||||
IFF_XMIT_DST_RELEASE_PERM = 1<<22,
|
||||
IFF_WAN_DEV = 1<<23,
|
||||
};
|
||||
|
||||
#define IFF_802_1Q_VLAN IFF_802_1Q_VLAN
|
||||
@ -1245,6 +1246,7 @@ enum netdev_priv_flags {
|
||||
#define IFF_LIVE_ADDR_CHANGE IFF_LIVE_ADDR_CHANGE
|
||||
#define IFF_MACVLAN IFF_MACVLAN
|
||||
#define IFF_XMIT_DST_RELEASE_PERM IFF_XMIT_DST_RELEASE_PERM
|
||||
#define IFF_WAN_DEV IFF_WAN_DEV
|
||||
|
||||
/**
|
||||
* struct net_device - The DEVICE structure.
|
||||
|
Reference in New Issue
Block a user