Ignore:
Timestamp:
Jun 29, 2014, 1:25:59 PM (10 years ago)
Author:
alain
Message:

Cosmetic: reducing debug verbosity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_fat32/fat32.h

    r300 r354  
    1010
    1111#include "giet_config.h"
     12#include "utils.h"
    1213
    1314/*************** Partition Boot Sector Format ******************************************/
     
    137138{
    138139    char            fat_cache[512];          // FAT cache: 1 sector = 128 cluster indexes
     140    giet_lock_t     fat_lock;                // lock protecting exclusive access
    139141    file_desc_t     fd[GIET_OPEN_FILES_MAX]; // file descriptors array
    140142    unsigned int    initialised;             // contains 0xBABEF00D when FAT initialised
     
    149151    unsigned int    number_free_cluster;     // number of free clusters
    150152    unsigned int    fs_info_lba;             // lba of fs_info
    151     unsigned int    lock;                    // lock protecting exclusive access
    152153} fat32_fs_t;
    153154/***************************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.