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/EM/OFBD/SecureFlash/SecureFlash.h | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/OFBD/SecureFlash/SecureFlash.h')
-rw-r--r-- | Core/EM/OFBD/SecureFlash/SecureFlash.h | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/Core/EM/OFBD/SecureFlash/SecureFlash.h b/Core/EM/OFBD/SecureFlash/SecureFlash.h new file mode 100644 index 0000000..99b251e --- /dev/null +++ b/Core/EM/OFBD/SecureFlash/SecureFlash.h @@ -0,0 +1,68 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2011, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** + +//********************************************************************** +// $Header: /Alaska/SOURCE/Modules/OFBD Secure Flash/SecureFlash.h 3 1/04/12 7:12a Lawrencechang $ +// +// $Revision: 3 $ +// +// $Date: 1/04/12 7:12a $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Modules/OFBD Secure Flash/SecureFlash.h $ +// +// 3 1/04/12 7:12a Lawrencechang +// Remove SMIFlash related codes. +// +// 2 10/29/11 5:29a Lawrencechang +// Modified for adding SMIFlash protocol compatibility. +// +// 1 9/16/11 4:25a Lawrencechang +// Initial check-in. +// +//********************************************************************** +//<AMI_FHDR_START> +// +// Name: SecureFlash.h +// +// Description: Header file for OFBD Secure Flash module. +// +//<AMI_FHDR_END> +//********************************************************************** +#ifndef _EFI_ASFU_H_ +#define _EFI_ASFU_H_ +#ifdef __cplusplus +extern "C" { +#endif + +/****** DO NOT WRITE BELOW THIS LINE *******/ +#ifdef __cplusplus +} +#endif +#endif + +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2011, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** |