TianoCore EDK2 master
Loading...
Searching...
No Matches
PpiListLib.h
1/*++ @file
2
3Copyright (c) 2011, Apple Inc. All rights reserved.<BR>
4SPDX-License-Identifier: BSD-2-Clause-Patent
5
6**/
7
8#ifndef __PPI_LIST_LIB_H__
9#define __PPI_LIST_LIB_H__
10
11extern CONST EFI_PEI_PPI_DESCRIPTOR *gPpiList;
12
13#endif
#define CONST
Definition: Base.h:259