XenevaOS
Loading...
Searching...
No Matches
Classes | Macros
UefiGpt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EFI_PARTITION_TABLE_HEADER
 
struct  EFI_PARTITION_ENTRY
 

Macros

#define PRIMARY_PART_HEADER_LBA   1
 
#define EFI_PTAB_HEADER_ID   SIGNATURE_64 ('E','F','I',' ','P','A','R','T')
 

Detailed Description

EFI Guid Partition Table Format Definition.

Copyright (c) 2006 - 2018, 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.

Macro Definition Documentation

◆ EFI_PTAB_HEADER_ID

#define EFI_PTAB_HEADER_ID   SIGNATURE_64 ('E','F','I',' ','P','A','R','T')

EFI Partition Table Signature: "EFI PART".

◆ PRIMARY_PART_HEADER_LBA

#define PRIMARY_PART_HEADER_LBA   1

The primary GUID Partition Table Header must be located in LBA 1 (i.e., the second logical block).