PpiListLib.h 243 B

12345678910111213
  1. /*++ @file
  2. Copyright (c) 2011, Apple Inc. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. **/
  5. #ifndef __PPI_LIST_LIB_H__
  6. #define __PPI_LIST_LIB_H__
  7. extern CONST EFI_PEI_PPI_DESCRIPTOR *gPpiList;
  8. #endif