aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/include/efipart.h
diff options
context:
space:
mode:
Diffstat (limited to 'stand/efi/include/efipart.h')
-rw-r--r--stand/efi/include/efipart.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/stand/efi/include/efipart.h b/stand/efi/include/efipart.h
index ef1a8709d91b..abad72440657 100644
--- a/stand/efi/include/efipart.h
+++ b/stand/efi/include/efipart.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
#ifndef _EFI_PART_H
#define _EFI_PART_H
@@ -16,8 +15,8 @@ Intel Corporation.
Module Name:
efipart.h
-
-Abstract:
+
+Abstract:
Info about disk partitions and Master Boot Records
@@ -55,7 +54,7 @@ typedef struct {
#define MIN_MBR_DEVICE_SIZE 0x80000
#define MBR_ERRATA_PAD 0x40000 // 128 MB
-#define MAX_MBR_PARTITIONS 4
+#define MAX_MBR_PARTITIONS 4
typedef struct {
UINT8 BootStrapCode[440];
UINT8 UniqueMbrSignature[4];