Ignore:
Timestamp:
Aug 29, 2017, 12:03:37 PM (7 years ago)
Author:
alain
Message:

This version executed successfully the user "init" process on a mono-processor TSAR architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/vfs/fatfs.h

    r401 r406  
    202202 ******************************************************************************************
    203203 * @ mapper                  : local pointer on the FAT mapper.
    204  * @ first_cluster_id    : index of the first FATFS cluster allocated to the file.
    205  * @ searched_page       : index of searched page in the file.
     204 * @ first_cluster       : index of the first FATFS cluster allocated to the file.
     205 * @ page_index          : index of searched page in file.
    206206 * @ searched_cluster_id : [out] found FATFS cluster index.
    207207 * @ return 0 if success / return EIO if a FAT mapper miss cannot be solved.
Note: See TracChangeset for help on using the changeset viewer.