alder_lake_bios/Insyde/InsydeModulePkg/Include/Library/BaseSetupDefaultLib.h

23 lines
717 B
C

/** @file
Get Setup variable default from VFR binaries.
;******************************************************************************
;* Copyright (c) 2013, 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 _BASE_SETUP_DEFAULT_LIB_H_
#define _BASE_SETUP_DEFAULT_LIB_H_
VOID
ExtractSetupDefault (
UINT8 *SetupDefault
);
#endif