summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-22 04:17:51 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-22 04:17:51 +0000
commitec8cd35c80fa0b5d9cf249754780f6f3d3809160 (patch)
treea02ea9d3106ecbb200b401f684fcfc96ca31e0fa /MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h
parentd0b494edf2d232a6a4569ae304f3a78f4d54cdfd (diff)
downloadedk2-ec8cd35c80fa0b5d9cf249754780f6f3d3809160.zip
edk2-ec8cd35c80fa0b5d9cf249754780f6f3d3809160.tar.gz
edk2-ec8cd35c80fa0b5d9cf249754780f6f3d3809160.tar.bz2
Code scrub for GenericBdsLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5545 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h')
-rw-r--r--MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h b/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h
deleted file mode 100644
index 06ae3dc..0000000
--- a/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/** @file
- Boot Manager Machine type
-
-Copyright (c) 2004 - 2008, Intel Corporation. <BR>
-All rights reserved. This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution. The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef _BM_MACHINE_H_
-#define _BM_MACHINE_H_
-
-#define DEFAULT_REMOVABLE_FILE_NAME L"\\EFI\\BOOT\\BOOTIA64.EFI"
-
-#endif