summaryrefslogtreecommitdiff
path: root/device/if_ether.h
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-07-21 19:34:47 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-07-21 19:34:47 +0200
commita2952398e5de8746a761a59686619d08d376bce3 (patch)
treedf2373bb1119468873c667624769455c36dc3786 /device/if_ether.h
parentba1b3afd50913473f3036a63b4a82d7ba5c42009 (diff)
parent92e98a7f4d4fa75b286a067e1d1caef514fccb0d (diff)
Merge branch 'master' into master-gdb_stubs
Diffstat (limited to 'device/if_ether.h')
-rw-r--r--device/if_ether.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/device/if_ether.h b/device/if_ether.h
index 2ac938e2..91d4d9a6 100644
--- a/device/if_ether.h
+++ b/device/if_ether.h
@@ -45,13 +45,8 @@ struct ether_header {
u_short ether_type;
};
-#define ETHERMTU 1500
-#define ETHERMIN (60-14)
-
#ifdef KERNEL
-u_char etherbroadcastaddr[6];
-
-extern char * ether_sprintf(u_char *);
+extern char * ether_sprintf(const u_char *);
#endif /* KERNEL */
#endif /*_DEVICE_IF_ETHER_H_*/