//********************************************************************** //********************************************************************** //** ** //** (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. // //********************************************************************** // // // Name: SecureFlash.h // // Description: Header file for OFBD Secure Flash module. // // //********************************************************************** #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 ** //** ** //********************************************************************** //**********************************************************************