Changeset 354 for soft/giet_vm/giet_fat32/fat32.h
- Timestamp:
 - Jun 29, 2014, 1:25:59 PM (11 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          soft/giet_vm/giet_fat32/fat32.h (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
soft/giet_vm/giet_fat32/fat32.h
r300 r354 10 10 11 11 #include "giet_config.h" 12 #include "utils.h" 12 13 13 14 /*************** Partition Boot Sector Format ******************************************/ … … 137 138 { 138 139 char fat_cache[512]; // FAT cache: 1 sector = 128 cluster indexes 140 giet_lock_t fat_lock; // lock protecting exclusive access 139 141 file_desc_t fd[GIET_OPEN_FILES_MAX]; // file descriptors array 140 142 unsigned int initialised; // contains 0xBABEF00D when FAT initialised … … 149 151 unsigned int number_free_cluster; // number of free clusters 150 152 unsigned int fs_info_lba; // lba of fs_info 151 unsigned int lock; // lock protecting exclusive access152 153 } fat32_fs_t; 153 154 /***************************************************************************************/  
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)