blob: 018b0f03501954ae454b53b649ba9bfc6b79c257 (
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
|
//**********************************************************************
//**********************************************************************
//** **
//** (C)Copyright 1985-2009, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//**********************************************************************
//**********************************************************************
//**********************************************************************
// $Header: /Alaska/BIN/Core/Include/Protocol/SetupInit.h 4 11/23/09 7:07p Felixp $
//
// $Revision: 4 $
//
// $Date: 11/23/09 7:07p $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/BIN/Core/Include/Protocol/SetupInit.h $
//
// 4 11/23/09 7:07p Felixp
// The content is removed. The protocol is deprecated.
//
// 3 3/13/06 1:40a Felixp
//
// 2 3/25/05 11:21a Felixp
//
// 1 3/25/05 11:19a Felixp
//
//**********************************************************************
//<AMI_FHDR_START>
//
// Name: SetupInit.h
//
// Description: SetupInit Protocol
//
//<AMI_FHDR_END>
//**********************************************************************
#ifndef __SETUP_INIT_PROTOCOL_H__
#define __SETUP_INIT_PROTOCOL_H__
#ifdef __cplusplus
extern "C" {
#endif
#if !defined(GUID_VARIABLE_DEFINITION)
#pragma message("The SETUP_INIT_INTERFACE protocol is depricated.")
#pragma message("Use LoadResources library function instead.")
#if EFI_SPECIFICATION_VERSION>0x20000
#error the protocol is depricated
#endif
#endif
/****** DO NOT WRITE BELOW THIS LINE *******/
#ifdef __cplusplus
}
#endif
#endif
//**********************************************************************
//**********************************************************************
//** **
//** (C)Copyright 1985-2009, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//**********************************************************************
//**********************************************************************
|