diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-04 19:37:31 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-04 19:37:31 -0700 |
commit | d370b4bb3e6ff67027406f71cb6cf7a64d60b016 (patch) | |
tree | 884265bd19cfee3526285ac44ac59a7be7488396 /firmware/microblaze/lib/net_common.h | |
parent | 4d6caa8a7bf83e6ee78022a109cbc76e075b1ef9 (diff) | |
parent | 8a695c06848dfd254d372e661aa00c2c8d6184a1 (diff) | |
download | uhd-d370b4bb3e6ff67027406f71cb6cf7a64d60b016.tar.gz uhd-d370b4bb3e6ff67027406f71cb6cf7a64d60b016.tar.bz2 uhd-d370b4bb3e6ff67027406f71cb6cf7a64d60b016.zip |
Merge branch 'garp' into good_stuff
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 */ |