Changes between Version 4 and Version 5 of kernel_fat32


Ignore:
Timestamp:
Mar 28, 2015, 2:51:52 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_fat32

    v4 v5  
    1313All these functions are prefixed by ''_'' to remind that they can only be executed by a processor in kernel mode.
    1414
    15 ==  Kernel-level  FAT32 access functions  ==
     15==  __Kernel FAT32 access functions__  ==
    1616
    1717=== 1) int '''_fat_init'''( unsigned int  use_irq ) ===
     
    6262Returns 0 if success, returns -1 if error.
    6363
    64 == User level FAT32 access functions  ==
     64== __User FAT32 access functions__  ==
    6565
    6666These functions are used by the kernel to handle the user system calls.