summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/lib/nonstdio.h
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-14 13:38:42 -0800
committerJosh Blum <josh@joshknows.com>2010-12-11 18:43:08 -0800
commit6f2d1b519a14d75a1b6529c6e7738e41329f42c8 (patch)
tree24154c80eb0abb4d0b0852e21125903128442fc1 /firmware/microblaze/lib/nonstdio.h
parente436016638b4d2b81d50ee2de98c271615eee806 (diff)
downloaduhd-6f2d1b519a14d75a1b6529c6e7738e41329f42c8.tar.gz
uhd-6f2d1b519a14d75a1b6529c6e7738e41329f42c8.tar.bz2
uhd-6f2d1b519a14d75a1b6529c6e7738e41329f42c8.zip
usrp2: pretty much gutted the buffer pool stuff with other misc changes, not in working shape
Diffstat (limited to 'firmware/microblaze/lib/nonstdio.h')
-rw-r--r--firmware/microblaze/lib/nonstdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/microblaze/lib/nonstdio.h b/firmware/microblaze/lib/nonstdio.h
index 62ebfa46d..6aca7ed9a 100644
--- a/firmware/microblaze/lib/nonstdio.h
+++ b/firmware/microblaze/lib/nonstdio.h
@@ -45,4 +45,6 @@ void print_buffer(uint32_t *buf, size_t n);
//char *itoa(signed long value, char *result, int base);
//void reverse(char s[]);
+void print_ip_addr(const void *t);
+
#endif /* INCLUDED_NONSTDIO_H */