Data Structures | |
struct | EFI_PARTITION_TABLE_HEADER |
struct | EFI_PARTITION_ENTRY |
Defines | |
#define | PRIMARY_PART_HEADER_LBA 1 |
#define | EFI_PTAB_HEADER_ID SIGNATURE_64 ('E','F','I',' ','P','A','R','T') |
Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define EFI_PTAB_HEADER_ID SIGNATURE_64 ('E','F','I',' ','P','A','R','T') |
EFI Partition Table Signature: "EFI PART".
#define PRIMARY_PART_HEADER_LBA 1 |
The primary GUID Partition Table Header must be located in LBA 1 (i.e., the second logical block).