aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/include/network.h
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-10 16:53:37 -0800
committerJosh Blum <josh@joshknows.com>2010-02-10 16:53:37 -0800
commit2b6c895b4f9916a06b14c40f545c9b4e53141c9a (patch)
treefee48a8e129bf36e67a6ba1b6d7898429e79b0bb /firmware/microblaze/include/network.h
parenta61cc56bb6d544742487326ccba7c457bbddb0e6 (diff)
downloaduhd-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.h3
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