]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Pi/PiDependency.h
Updated headers to follow coding standard
[mirror_edk2.git] / MdePkg / Include / Pi / PiDependency.h
CommitLineData
959ccb23 1/** @file\r
2 Present the dependency expression values in PI.\r
3\r
4 Copyright (c) 2006 - 2007, Intel Corporation \r
5 All rights reserved. This program and the accompanying materials \r
6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
959ccb23 13 @par Revision Reference:\r
14 Version 1.0.\r
15\r
16**/\r
17#ifndef __PI_DEPENDENCY_H__\r
18#define __PI_DEPENDENCY_H__\r
19\r
20// \r
21// If present, this must be the first and only opcode\r
22// \r
23#define EFI_DEP_BEFORE 0x00\r
24\r
25// \r
26// If present, this must be the first and only opcode\r
27// \r
28#define EFI_DEP_AFTER 0x01\r
29\r
30#define EFI_DEP_PUSH 0x02\r
31#define EFI_DEP_AND 0x03\r
32#define EFI_DEP_OR 0x04\r
33#define EFI_DEP_NOT 0x05\r
34#define EFI_DEP_TRUE 0x06\r
35#define EFI_DEP_FALSE 0x07\r
36#define EFI_DEP_END 0x08\r
37\r
38\r
39// \r
40// If present, this must be the first opcode.\r
41// \r
42#define EFI_DEP_SOR 0x09\r
43\r
44#endif \r