summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-02 17:29:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-02 17:29:07 +0000
commit7f46921e1d9ea3223a76d62c2580e913bc7d5874 (patch)
tree5a69b21e33c1437a5b1c0bbff2cc39a39c7c14b0 /cpukit/libcsupport
parent2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7f46921e1d9ea3223a76d62c2580e913bc7d5874.tar.bz2
2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/libcsupport.h: Add prototype of malloc_info().
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index 21a3939f6c..bb1e97d953 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -45,6 +45,8 @@ extern void fix_syscall_errno(void);
extern size_t malloc_free_space(void);
extern void open_dev_console(void);
+extern int malloc_info(Heap_Information_block *the_info);
+
/*
* Prototypes required to install newlib reentrancy user extension
*/