alder_lake_bios/Insyde/InsydeModulePkg/Universal/UserInterface/H2OKeyDescDxe/H2OKeyDesc.h

29 lines
872 B
C

/** @file
Function definition for H2O Key Desc Protocol Support
;******************************************************************************
;* Copyright (c) 2012 - 2015, Insyde Software Corp. All Rights Reserved.
;*
;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
;* transmit, broadcast, present, recite, release, license or otherwise exploit
;* any part of this publication in any form, by any means, without the prior
;* written permission of Insyde Software Corporation.
;*
;******************************************************************************
*/
#ifndef _H2O_KEY_DESC_H
#define _H2O_KEY_DESC_H
#include <Library/UefiBootServicesTableLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiLib.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Protocol/H2OKeyDesc.h>
#endif