]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.c
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / Library / EblCmdLibNull / EblCmdLibNull.c
CommitLineData
2ef2b01e
A
1/** @file\r
2 Null EblCmdLib\r
3\r
4 Copyright (c) 2007, Intel Corporation<BR>\r
5 Portions copyright (c) 2008-2009, Apple Inc. All rights reserved.\r
6\r
7 All rights reserved. This program and the accompanying materials\r
8 are licensed and made available under the terms and conditions of the BSD License\r
9 which accompanies this distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php\r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15\r
16**/\r
17\r
18#include <PiDxe.h>\r
19#include <Library/EblCmdLib.h>\r
20\r
21\r
22VOID\r
23EblInitializeExternalCmd (\r
24 VOID\r
25 )\r
26{\r
27 return;\r
28}\r