Changeset e67025e in rtems
- Timestamp:
- May 22, 2013, 10:10:33 AM (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 18e1e5b
- Parents:
- a0f3ce2
- git-author:
- Ralf Kirchner <ralf.kirchner@…> (05/22/13 10:10:33)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/24/13 06:55:05)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libfs/src/dosfs/dosfs.h
ra0f3ce2 re67025e 25 25 extern "C" { 26 26 #endif 27 28 /** 29 * @brief Semaphore count per FAT filesystem instance. 30 * 31 * This can be used for system configuration via <rtems/confdefs.h>. 32 */ 33 #define RTEMS_DOSFS_SEMAPHORES_PER_INSTANCE 1 27 34 28 35 int rtems_dosfs_initialize(rtems_filesystem_mount_table_entry_t *mt_entry, -
testsuites/fstests/mdosfs_support/fs_support.c
ra0f3ce2 re67025e 83 83 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 84 84 85 #define CONFIGURE_MAXIMUM_SEMAPHORES RTEMS_DOSFS_SEMAPHORES_PER_INSTANCE 85 86 #define CONFIGURE_MAXIMUM_TASKS 10 86 87 #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
Note: See TracChangeset
for help on using the changeset viewer.