]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Framework/Include/BootMode.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Include / BootMode.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 BootMode.h\r
15 \r
16Abstract:\r
17\r
18 This includes for the Boot mode information.\r
19\r
20--*/\r
21\r
22#ifndef _EFI_BOOT_MODE_H\r
23#define _EFI_BOOT_MODE_H\r
24\r
25#define BOOT_WITH_FULL_CONFIGURATION 0x00\r
26#define BOOT_WITH_MINIMAL_CONFIGURATION 0x01\r
27#define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02\r
28#define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03\r
29#define BOOT_WITH_DEFAULT_SETTINGS 0x04\r
30#define BOOT_ON_S4_RESUME 0x05\r
31#define BOOT_ON_S5_RESUME 0x06\r
32#define BOOT_ON_S2_RESUME 0x10\r
33#define BOOT_ON_S3_RESUME 0x11\r
34#define BOOT_ON_FLASH_UPDATE 0x12\r
35#define BOOT_IN_RECOVERY_MODE 0x20\r
36#define BOOT_IN_RECOVERY_MODE_MASK 0x40\r
37#define BOOT_SPECIAL_MASK 0x80\r
38#endif\r