From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Board/OemSetup.c | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 Board/OemSetup.c (limited to 'Board/OemSetup.c') diff --git a/Board/OemSetup.c b/Board/OemSetup.c new file mode 100644 index 0000000..8544c71 --- /dev/null +++ b/Board/OemSetup.c @@ -0,0 +1,94 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2009, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** +//********************************************************************** +// $Header: /Alaska/BIN/Board/OemSetup.c 2 6/25/09 6:09p Robert $ +// +// $Revision: 2 $ +// +// $Date: 6/25/09 6:09p $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/BIN/Board/OemSetup.c $ +// +// 2 6/25/09 6:09p Robert +// Updated Comments and function headers +// +// 1 6/13/06 4:53p Sivagarn +// Initial Checkin +// +// +//********************************************************************** + +// +//---------------------------------------------------------------------------- +// +// Name: OemSetup.c +// +// Description: OEM Template Setup Routines +// +//---------------------------------------------------------------------------- +// + +#include +#include +#include +#include +#include + + +// Function Definitions + + +// +//---------------------------------------------------------------------------- +// Procedure: InitBoardStrings +// +// Description: +// This function initializes the board related setup option values +// +// Input: +// HiiHandle - Handle to HII database +// Class - Indicates the setup class +// +// Output: None +// +//---------------------------------------------------------------------------- +// + +VOID +InitBoardStrings( + EFI_HII_HANDLE HiiHandle, + UINT16 Class +) +{ + + return; +} + + + +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2009, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** -- cgit v1.2.3