efifs.h (55b1c6e7e4a6909004e13c6d2f328f911a8e7b83) efifs.h (5666643a95389e3ea7637b86cc556d411242f71e)
1/* $FreeBSD$ */
2#ifndef _EFI_FS_H
3#define _EFI_FS_H
4
5/*++
6
7Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
8This software and associated documentation (if any) is furnished

--- 15 unchanged lines hidden (view full) ---

24
25
26Revision History
27
28--*/
29
30
31//
1/* $FreeBSD$ */
2#ifndef _EFI_FS_H
3#define _EFI_FS_H
4
5/*++
6
7Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
8This software and associated documentation (if any) is furnished

--- 15 unchanged lines hidden (view full) ---

24
25
26Revision History
27
28--*/
29
30
31//
32// EFI Partition header (normaly starts in LBA 1)
32// EFI Partition header (normally starts in LBA 1)
33//
34
35#define EFI_PARTITION_SIGNATURE 0x5053595320494249
36#define EFI_PARTITION_REVISION 0x00010001
37#define MIN_EFI_PARTITION_BLOCK_SIZE 512
38#define EFI_PARTITION_LBA 1
39
40typedef struct _EFI_PARTITION_HEADER {

--- 83 unchanged lines hidden ---
33//
34
35#define EFI_PARTITION_SIGNATURE 0x5053595320494249
36#define EFI_PARTITION_REVISION 0x00010001
37#define MIN_EFI_PARTITION_BLOCK_SIZE 512
38#define EFI_PARTITION_LBA 1
39
40typedef struct _EFI_PARTITION_HEADER {

--- 83 unchanged lines hidden ---