diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-10 16:53:37 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-10 16:53:37 -0800 |
commit | 2b6c895b4f9916a06b14c40f545c9b4e53141c9a (patch) | |
tree | fee48a8e129bf36e67a6ba1b6d7898429e79b0bb /firmware/microblaze/include/network.h | |
parent | a61cc56bb6d544742487326ccba7c457bbddb0e6 (diff) | |
download | uhd-2b6c895b4f9916a06b14c40f545c9b4e53141c9a.tar.gz uhd-2b6c895b4f9916a06b14c40f545c9b4e53141c9a.tar.bz2 uhd-2b6c895b4f9916a06b14c40f545c9b4e53141c9a.zip |
net_common working in this state with control udp packets
Diffstat (limited to 'firmware/microblaze/include/network.h')
-rw-r--r-- | firmware/microblaze/include/network.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/microblaze/include/network.h b/firmware/microblaze/include/network.h index 4c6c43585..1bc309ee6 100644 --- a/firmware/microblaze/include/network.h +++ b/firmware/microblaze/include/network.h @@ -20,6 +20,7 @@ * Various networking related structures and defines */ +#if 0 #ifndef INCLUDED_NETWORK_H #define INCLUDED_NETWORK_H @@ -80,3 +81,5 @@ make_sockaddr_in(struct in_addr addr, int port) #endif #endif /* INCLUDED_NETWORK_H */ + +#endif |