//************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1985-2008, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //************************************************************************* //************************************************************************* //********************************************************************** // $Header: /Alaska/BIN/Chipset/Template/CSPLibrary/CspLibProtocols.h 3 2/22/11 4:33p Artems $ // // $Revision: 3 $ // // $Date: 2/22/11 4:33p $ //********************************************************************** // Revision History // ---------------- // $Log: /Alaska/BIN/Chipset/Template/CSPLibrary/CspLibProtocols.h $ // // 3 2/22/11 4:33p Artems // EIP 51548 - Added AMI copyright headers, replaced TABs with spaces // // 2 6/11/09 5:58p Robert // CHM and coding standard updates // // 1 1/21/05 12:46p Sivagarn // Initial Checkin - Version 0.05 // // //********************************************************************** // //---------------------------------------------------------------------------- // // Name: CspLibProtocols.h // // Description: // This file contains Protocol definitions that are defined in the CSP Library // // //---------------------------------------------------------------------------- // #ifndef _CSP_LIBRARY_PROTOCOLS_ #define _CSP_LIBRARY_PROTOCOLS_ #ifdef __cplusplus extern "C" { #endif /****** DO NOT WRITE BELOW THIS LINE *******/ #ifdef __cplusplus } #endif #endif //************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1985-2008, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //************************************************************************* //*************************************************************************