diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/efi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h index bac0f93dc473..c7a29a26e900 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h | |||
| @@ -922,7 +922,8 @@ extern int __init efi_setup_pcdp_console(char *); | |||
| 922 | #define EFI_RUNTIME_SERVICES 3 /* Can we use runtime services? */ | 922 | #define EFI_RUNTIME_SERVICES 3 /* Can we use runtime services? */ |
| 923 | #define EFI_MEMMAP 4 /* Can we use EFI memory map? */ | 923 | #define EFI_MEMMAP 4 /* Can we use EFI memory map? */ |
| 924 | #define EFI_64BIT 5 /* Is the firmware 64-bit? */ | 924 | #define EFI_64BIT 5 /* Is the firmware 64-bit? */ |
| 925 | #define EFI_ARCH_1 6 /* First arch-specific bit */ | 925 | #define EFI_PARAVIRT 6 /* Access is via a paravirt interface */ |
| 926 | #define EFI_ARCH_1 7 /* First arch-specific bit */ | ||
| 926 | 927 | ||
| 927 | #ifdef CONFIG_EFI | 928 | #ifdef CONFIG_EFI |
| 928 | /* | 929 | /* |
