aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/include/network.h
diff options
context:
space:
mode:
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