]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/VlvMmioPolicy.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / NorthCluster / Include / Ppi / VlvMmioPolicy.h
1
2 /*++
3
4 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8
9 Module Name:
10
11 VlvMmioPolicy.h
12
13 Abstract:
14
15 Interface definition details between ValleyView platform drivers during PEI phase.
16
17 --*/
18
19 #ifndef _VLV_MMIO_POLICY_PPI_H_
20 #define _VLV_MMIO_POLICY_PPI_H_
21
22 #define VLV_MMIO_POLICY_PPI_GUID \
23 { \
24 0xE767BF7F, 0x4DB6, 0x5B34, 0x10, 0x11, 0x4F, 0xBE, 0x4C, 0xA7, 0xAF, 0xD2 \
25 }
26
27 extern EFI_GUID gVlvMmioPolicyPpiGuid;
28
29
30 //
31 // MRC Platform Policiy PPI
32 //
33 typedef struct _VLV_MMIO_POLICY_PPI {
34 UINT16 MmioSize;
35 } VLV_MMIO_POLICY_PPI;
36
37 #pragma pack()
38
39 #endif // _VLV_MMIO_POLICY_PPI_H_