audk/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c

16 lines
412 B
C

/** @file
Defined the platform specific device path which will be used by
platform Bbd to perform the platform policy connect.
Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "BdsPlatform.h"
///
/// Predefined platform default time out value
///
UINT16 gPlatformBootTimeOutDefault = 10;