Changeset 8c30ecd in rtems
- Timestamp:
- 10/26/11 03:49:27 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- eef45d1
- Parents:
- 7a415db
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r7a415db r8c30ecd 1 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * libfs/src/imfs/imfs.h: Add IMFS_memfile_maximum_size. 4 1 5 2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
cpukit/libfs/src/imfs/imfs.h
r7a415db r8c30ecd 304 304 extern void IMFS_dump( void ); 305 305 306 /* 307 * Return the size of the largest file which can be created 308 * using the IMFS memory file type. 309 */ 310 extern int IMFS_memfile_maximum_size( void ); 311 306 312 extern void IMFS_initialize_jnode( 307 313 IMFS_jnode_t *the_jnode,
Note: See TracChangeset
for help on using the changeset viewer.