Loading...
Searching...
No Matches
Go to the documentation of this file.
17#ifndef __PI_DEPENDENCY_H__
18#define __PI_DEPENDENCY_H__
24#define EFI_DEP_BEFORE 0x00
30#define EFI_DEP_AFTER 0x01
32#define EFI_DEP_PUSH 0x02
33#define EFI_DEP_AND 0x03
34#define EFI_DEP_OR 0x04
35#define EFI_DEP_NOT 0x05
36#define EFI_DEP_TRUE 0x06
37#define EFI_DEP_FALSE 0x07
38#define EFI_DEP_END 0x08
45#define EFI_DEP_SOR 0x09