]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/GenericBdsLib/Ia32/BmMachine.h
Update all files to follow doxygen style file header.
[mirror_edk2.git] / MdeModulePkg / Library / GenericBdsLib / Ia32 / BmMachine.h
CommitLineData
93e3992d 1/** @file
2
3Copyright (c) 2004 - 2006, Intel Corporation
4All rights reserved. This program and the accompanying materials
5are licensed and made available under the terms and conditions of the BSD License
6which accompanies this distribution. The full text of the license may be found at
7http://opensource.org/licenses/bsd-license.php
8
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12Module Name:
13
14 BmMachine.h
15
16Abstract:
17
18 Boot Manager Machine type
19
20
21
22Revision History
23
24
25**/
26
27#ifndef _BM_MACHINE_H
28#define _BM_MACHINE_H
29
30//@MT:#include "CpuIA32.h"
31
32#define DEFAULT_REMOVABLE_FILE_NAME L"\\EFI\\BOOT\\BOOTIA32.EFI"
33
34#endif