//**********************************************************************// //**********************************************************************// //** **// //** (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/OEMPWDCK/OEMPwdCk.h 2 3/16/11 10:34p Terrylin $ // // $Revision: 2 $ // // $Date: 3/16/11 10:34p $ //********************************************************************** // Revision History // ---------------- // $Log: /Alaska/SOURCE/Modules/OFBD/OEMPWDCK/OEMPwdCk.h $ // // 2 3/16/11 10:34p Terrylin // [TAG] EIP51285 // [Category] Improvement // [Description] Fill the description for user more clearly. // [Files] OEMPwdCk.mak // OEMPwdCk.c // OEMPwdCk.h // // 1 4/13/09 5:47a Lawrencechang // Initial check-in. // // 1 3/13/06 1:16a Felixp // //********************************************************************** // // // Name: OEMPwdCk.h // // Description: Header file for the OEMPwdCk // // //********************************************************************** #ifndef _EFI_OEMPWDCK_H_ #define _EFI_OEMPWDCK_H_ #ifdef __cplusplus extern "C" { #endif #define RETURN_ERR 1 /****** 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 **// //** **// //**********************************************************************// //**********************************************************************//