diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/PPI/StatusCode.h | |
download | zprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz |
Diffstat (limited to 'Core/PPI/StatusCode.h')
-rw-r--r-- | Core/PPI/StatusCode.h | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Core/PPI/StatusCode.h b/Core/PPI/StatusCode.h new file mode 100644 index 0000000..13f4950 --- /dev/null +++ b/Core/PPI/StatusCode.h @@ -0,0 +1,56 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2006, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** + +//********************************************************************** +// $Header: /Alaska/SOURCE/Core/EDK/PPI/StatusCode.h 1 5/19/06 11:28p Felixp $ +// +// $Revision: 1 $ +// +// $Date: 5/19/06 11:28p $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Core/EDK/PPI/StatusCode.h $ +// +// 1 5/19/06 11:28p Felixp +// +// 1 3/13/06 1:57a Felixp +// +//********************************************************************** +//<AMI_FHDR_START> +// +// Name: <This File Name> +// +// Description: +// +//<AMI_FHDR_END> +//********************************************************************** +// Sometimes equivalent Aptio4 and EDK Headers have different names. +// This file provides compatibility +//********************************************************************** +#ifndef GUID_VARIABLE_DEFINITION +#include <PPI/ProgressCode.h> +#endif +//********************************************************************** +//** ** +//** (C)Copyright 1985-2006, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//**********************************************************************
\ No newline at end of file |