networking: cosmetic changes
This commit is contained in:
parent
b6f5ffa9a8
commit
d19e9cc448
2
arch
2
arch
@ -1 +1 @@
|
||||
Subproject commit 6e6f7947bc11679ec220022b696b8d47badf45f7
|
||||
Subproject commit 733010246bc55e28b8c99bc13798955a207c9860
|
@ -36,7 +36,7 @@
|
||||
# ARP support is available for Ethernet only
|
||||
|
||||
ifeq ($(CONFIG_NET_ARP),y)
|
||||
NET_CSRCS +=arp_arpin.c arp_out.c arp_format.c arp_table.c arp_timer.c
|
||||
NET_CSRCS += arp_arpin.c arp_out.c arp_format.c arp_table.c arp_timer.c
|
||||
|
||||
ifeq ($(CONFIG_NET_ARP_IPIN),y)
|
||||
NET_CSRCS += arp_ipin.c
|
||||
|
@ -94,7 +94,7 @@ extern "C"
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
struct eth_hdr_s; /* Forward reference */
|
||||
struct eth_hdr_s; /* Forward reference */
|
||||
|
||||
/* Defined in pkt_conn.c ****************************************************/
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user