Go to the source code of this file.
Data Structures | |
| struct | EFI_PARTITION_TABLE_HEADER |
| GPT Partition Table Header. More... | |
| struct | EFI_PARTITION_ENTRY |
| GPT Partition Entry. More... | |
Defines | |
| #define | PRIMARY_PART_HEADER_LBA 1 |
| The primary GUID Partition Table Header must be located in LBA 1 (i.e., the second logical block). | |
| #define | EFI_PTAB_HEADER_ID 0x5452415020494645ULL |
| EFI Partition Table Signature: "EFI PART". | |
Copyright (c) 2006 - 2008, 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 which 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.
Definition in file UefiGpt.h.
| #define PRIMARY_PART_HEADER_LBA 1 |
| #define EFI_PTAB_HEADER_ID 0x5452415020494645ULL |
1.5.7.1