diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-04 19:40:02 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-04 19:40:02 -0700 |
commit | 7c36bc7b7456225f613887a2b84ebefac2b1c208 (patch) | |
tree | 8722cdad5748a113924f7809d789aaefda94df4e /firmware/microblaze/lib/net_common.h | |
parent | c8cb4bcadc32e59e98fc2901eb94830f600d5d28 (diff) | |
parent | 7a7e704fa3d79036da1f33013e761eb747b725f0 (diff) | |
download | uhd-7c36bc7b7456225f613887a2b84ebefac2b1c208.tar.gz uhd-7c36bc7b7456225f613887a2b84ebefac2b1c208.tar.bz2 uhd-7c36bc7b7456225f613887a2b84ebefac2b1c208.zip |
Merge branch 'good_stuff' into mb_eeprom
Diffstat (limited to 'firmware/microblaze/lib/net_common.h')
-rw-r--r-- | firmware/microblaze/lib/net_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/microblaze/lib/net_common.h b/firmware/microblaze/lib/net_common.h index 112669b46..3040e5ef3 100644 --- a/firmware/microblaze/lib/net_common.h +++ b/firmware/microblaze/lib/net_common.h @@ -47,4 +47,6 @@ void send_udp_pkt(int src_port, struct socket_address dst, void handle_eth_packet(uint32_t *p, size_t nlines); +void send_gratuitous_arp(void); + #endif /* INCLUDED_NET_COMMON_H */ |