alder_lake_bios/Insyde/InsydeModulePkg/Library/GenericBdsLib/HotKey.h

25 lines
748 B
C

/** @file
Hot key function
;******************************************************************************
;* 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 _HOT_KEYS_H_
#define _HOT_KEYS_H_
#include "InternalBdsLib.h"
#include "SecureFlash.h"
#define SPECIFIED_TIME 500000
#define TIMER_EVENT_ONE_MILLISEC 10000
#endif