alder_lake_bios/Insyde/InsydeSetupPkg/Drivers/H2ODisplayEngineLocalTextDxe/LTDEMisc.h

37 lines
1.1 KiB
C

/** @file
;******************************************************************************
;* Copyright (c) 2014 - 2020, 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 _LTDE_MISC_H_
#define _LTDE_MISC_H_
VOID
CopyHiiValue (
IN EFI_HII_VALUE *DstHiiValue,
IN EFI_HII_VALUE *SrcHiiValue
);
CHAR16 *
CreateString (
IN UINT32 StringLength,
IN CHAR16 StringChar
);
BOOLEAN
IsPointOnField (
IN RECT *ControlAbsField,
IN INT32 Column,
IN INT32 Row
);
#endif