]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/net.h
malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN
[people/ms/u-boot.git] / include / net.h
index 43e3d28729ea1d7f0151afd35c554d06086e7a3d..237c932be3341350f235c4debf9999ec5d487343 100644 (file)
@@ -191,6 +191,8 @@ struct ethernet_hdr {
 /* Ethernet header size */
 #define ETHER_HDR_SIZE (sizeof(struct ethernet_hdr))
 
+#define ETH_FCS_LEN    4               /* Octets in the FCS            */
+
 struct e802_hdr {
        uchar           et_dest[6];     /* Destination node             */
        uchar           et_src[6];      /* Source node                  */