mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
committed by
Christian Helmuth
parent
0b7e2a1642
commit
fce15b4f13
@ -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) {
|
||||
|
Reference in New Issue
Block a user