summaryrefslogtreecommitdiff
path: root/cesar/common/defs
diff options
context:
space:
mode:
authorlaranjeiro2008-06-10 12:09:01 +0000
committerlaranjeiro2008-06-10 12:09:01 +0000
commite80fa2a9c108a3466adab29f2810e914eae8bc36 (patch)
tree746b4bbfa95a08f8759bf85b0258184e573fe259 /cesar/common/defs
parentaabea906c57fdb561c1c4e1bbfc98eb1d5d2c097 (diff)
cco_action : Fix to use the new MSG interface.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2264 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/common/defs')
-rw-r--r--cesar/common/defs/ethernet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/common/defs/ethernet.h b/cesar/common/defs/ethernet.h
index e86f61027b..758cd5ed4c 100644
--- a/cesar/common/defs/ethernet.h
+++ b/cesar/common/defs/ethernet.h
@@ -24,4 +24,7 @@
/** Ethernet packet maximum size. */
#define ETH_PACKET_MAX_SIZE 1518
+/** Ethernet broadcast Mac Address. */
+#define ETH_MAC_ADDRESS_BROADCAST 0xFFFFFFFFFFFFull
+
#endif /* common_defs_ethernet_h */