summaryrefslogtreecommitdiff
path: root/Include/Protocol/CspLibProtocols.h
blob: 0c486a85ede52864fc8e1f1e072fe435fb8ea014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (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
//
//
//**********************************************************************
//<AMI_FHDR_START>
//----------------------------------------------------------------------------
//
// Name:        CspLibProtocols.h
//
// Description: 
//  This file contains Protocol definitions that are defined in the CSP Library
//  
//
//----------------------------------------------------------------------------
//<AMI_FHDR_END>

#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                         **
//**                                                                     **
//*************************************************************************
//*************************************************************************