From 8c30ecd17712f875cbbe4685d5aec0ed52647f2a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Oct 2011 03:49:27 +0000 Subject: =?UTF-8?q?2011-10-26=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libfs/src/imfs/imfs.h: Add IMFS_memfile_maximum_size. --- cpukit/libfs/src/imfs/imfs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/libfs') diff --git a/cpukit/libfs/src/imfs/imfs.h b/cpukit/libfs/src/imfs/imfs.h index fa6f1313e5..2a6dc4c1e5 100644 --- a/cpukit/libfs/src/imfs/imfs.h +++ b/cpukit/libfs/src/imfs/imfs.h @@ -303,6 +303,12 @@ extern IMFS_token_types IMFS_get_token( extern void IMFS_dump( void ); +/* + * Return the size of the largest file which can be created + * using the IMFS memory file type. + */ +extern int IMFS_memfile_maximum_size( void ); + extern void IMFS_initialize_jnode( IMFS_jnode_t *the_jnode, IMFS_jnode_types_t type, -- cgit v1.2.3