sel4: adjust network scenarios for wandboard

Issue #2665
This commit is contained in:
Alexander Boettcher
2018-03-28 14:14:42 +02:00
committed by Christian Helmuth
parent 0b7e2a1642
commit fce15b4f13
4 changed files with 8 additions and 5 deletions

View File

@ -25,6 +25,8 @@
void lx_backtrace(void);
#define DEBUG_LINUX_PRINTK 1
#define DEBUG 0
#if DEBUG
#define TRACE \
@ -359,6 +361,7 @@ struct net_device
struct device dev;
u16 gso_max_segs;
struct phy_device *phydev;
char const *name;
};
static inline void *netdev_priv(const struct net_device *dev) {