FS_PARTITION_ENTRY

typedef struct fs_partition_entry {
    FS_SEC_NBR  Start; 
    FS_SEC_QTY  Size; 
    CPU_INT08U  Type; 
  } FS_PARTITION_ENTRY;

File

Used for

fs_partition.h

Third argument of FSDev_PartitionFind()

Receives information about a partition entry.

Members

Start

The start sector of partition.

Size

The size of partition, in sectors.

Type

The type of data in the partition.

Notes

None.