]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/UefiPxeBcDxe/Arm/PxeArch.h
1caccec347411ae5a0169c5f749bff7887ff5ce0
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / Arm / PxeArch.h
1 /** @file
2 Defines PXE Arch type.
3
4 Copyright (c) 2006, Intel Corporation.<BR>
5 Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
6
7 All rights reserved. This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which accompanies this distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15 **/
16
17 #ifndef _EFI_PXE_ARCH_H_
18 #define _EFI_PXE_ARCH_H_
19
20 #define SYS_ARCH 0x0A
21
22 #endif