FAT16 access
[FAT16 support]


Detailed Description

Basic functions for handling a FAT16 filesystem.


Functions

fat16_fs_struct * fat16_open (struct partition_struct *partition)
 Opens a FAT16 filesystem.
void fat16_close (struct fat16_fs_struct *fs)
 Closes a FAT16 filesystem.


Function Documentation

void fat16_close struct fat16_fs_struct *  fs  ) 
 

Closes a FAT16 filesystem.

When this function returns, the given filesystem descriptor will be invalid.

Parameters:
[in] fs The filesystem to close.
See also:
fat16_open

struct fat16_fs_struct* fat16_open struct partition_struct partition  ) 
 

Opens a FAT16 filesystem.

Parameters:
[in] partition Discriptor of partition on which the filesystem resides.
Returns:
0 on error, a FAT16 filesystem descriptor on success.
See also:
fat16_open


Generated on Sun Mar 19 16:43:04 2006 for sd-reader by  doxygen 1.4.6