]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Include/Library/PpiListLib.h
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Include / Library / PpiListLib.h
1 /*++ @file
2
3 Copyright (c) 2011, Apple Inc. All rights reserved.<BR>
4 SPDX-License-Identifier: BSD-2-Clause-Patent
5
6 **/
7
8 #ifndef __PPI_LIST_LIB_H__
9 #define __PPI_LIST_LIB_H__
10
11
12 extern CONST EFI_PEI_PPI_DESCRIPTOR *gPpiList;
13
14
15 #endif