]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/Ppi/MfgMemoryTest.h
Use SmmMemLib to check communication buffer.
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Ppi / MfgMemoryTest.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14Module Name:\r
15\r
16 BaseMemoryTest.h\r
17\r
18Abstract:\r
19\r
20 Pei memory test PPI as defined in Tiano\r
21\r
22 Used to Pei memory test in PEI\r
23\r
24--*/\r
25\r
26#ifndef _BASE_MEMORY_TEST_H_\r
27#define _BASE_MEMORY_TEST_H_\r
28\r
29typedef struct _PEI_MFG_MEMORY_TEST_PPI PEI_MFG_MEMORY_TEST_PPI;\r
30\r
31typedef\r
32EFI_STATUS\r
33(EFIAPI *PEI_MFG_MEMORY_TEST) (\r
34 IN CONST EFI_PEI_SERVICES **PeiServices,\r
35 IN PEI_MFG_MEMORY_TEST_PPI * This,\r
36 IN UINT32 BeginAddress,\r
37 IN UINT32 MemoryLength\r
38 );\r
39\r
40typedef struct _PEI_MFG_MEMORY_TEST_PPI {\r
41 PEI_MFG_MEMORY_TEST MfgMemoryTest;\r
42}PEI_MFG_MEMORY_TEST_PPI;\r
43\r
44\r
45extern EFI_GUID gPeiMfgMemoryTestPpiGuid;\r
46\r
47#endif\r