]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Ppi/OperatorPresence.h
Add comments and DoxyGen format for these files.
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / OperatorPresence.h
CommitLineData
1e354c03 1/** @file\r
2 PPI published by the PEIM that is responsible for detecting operator presence.\r
0c0f3174 3\r
1e354c03 4Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
0c0f3174 9\r
1e354c03 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
0c0f3174 12\r
1e354c03 13**/\r
0c0f3174
LG
14\r
15#ifndef _PEI_OPERATOR_PRESENCE_H_\r
16#define _PEI_OPERATOR_PRESENCE_H_\r
17\r
18#define PEI_OPERATOR_PRESENCE_PPI_GUID \\r
19 { 0x20a7378c, 0xaa83, 0x4ce1, {0x82, 0x1f, 0x47, 0x40, 0xee, 0x1b, 0x3f, 0x9f } }\r
20\r
21typedef struct _PEI_OPERATOR_PRESENCE_PPI PEI_OPERATOR_PRESENCE_PPI;\r
22\r
23struct _PEI_OPERATOR_PRESENCE_PPI {\r
24 BOOLEAN OperatorPresent;\r
25};\r
26\r
27extern EFI_GUID gPeiOperatorPresencePpiGuid;\r
28\r
29#endif // _PEI_OPERATOR_PRESENCE_H_\r