]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Source/TianoTools/FlashMap/Symbols.h
Applied BSD license to the source files
[mirror_edk2.git] / Tools / Source / TianoTools / FlashMap / Symbols.h
CommitLineData
d25c4bf0 1/*++\r
2\r
b84b42fc 3Copyright (c) 2004-2006 Intel Corporation. All rights reserved\r
4This program and the accompanying materials are licensed and made available \r
5under the terms and conditions of the BSD License which accompanies this \r
6distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
d25c4bf0 11\r
12Module Name:\r
13\r
14 Symbols.h\r
15\r
16Abstract:\r
17\r
18 Defines and prototypes for a class-like symbol table service.\r
19\r
20--*/\r
21\r
22#ifndef _SYMBOLS_H_\r
23#define _SYMBOLS_H_\r
24\r
25#ifdef __cplusplus\r
26extern "C"\r
27{\r
28#endif\r
29\r
30int\r
31SymbolAdd (\r
32 char *Name,\r
33 char *Value,\r
34 int Mode\r
35 )\r
36/*++\r
37\r
38Routine Description:\r
39\r
40 GC_TODO: Add function description\r
41\r
42Arguments:\r
43\r
44 Name - GC_TODO: add argument description\r
45 Value - GC_TODO: add argument description\r
46 Mode - GC_TODO: add argument description\r
47\r
48Returns:\r
49\r
50 GC_TODO: add return values\r
51\r
52--*/\r
53;\r
54\r
55STATUS\r
56SymbolsFileStringsReplace (\r
57 char *InFileName,\r
58 char *OutFileName\r
59 )\r
60/*++\r
61\r
62Routine Description:\r
63\r
64 GC_TODO: Add function description\r
65\r
66Arguments:\r
67\r
68 InFileName - GC_TODO: add argument description\r
69 OutFileName - GC_TODO: add argument description\r
70\r
71Returns:\r
72\r
73 GC_TODO: add return values\r
74\r
75--*/\r
76;\r
77\r
78void\r
79SymbolsConstructor (\r
80 VOID\r
81 )\r
82/*++\r
83\r
84Routine Description:\r
85\r
86 GC_TODO: Add function description\r
87\r
88Arguments:\r
89\r
90 None\r
91\r
92Returns:\r
93\r
94 GC_TODO: add return values\r
95\r
96--*/\r
97;\r
98\r
99void\r
100SymbolsDestructor (\r
101 VOID\r
102 )\r
103/*++\r
104\r
105Routine Description:\r
106\r
107 GC_TODO: Add function description\r
108\r
109Arguments:\r
110\r
111 None\r
112\r
113Returns:\r
114\r
115 GC_TODO: add return values\r
116\r
117--*/\r
118;\r
119\r
120#ifdef __cplusplus\r
121}\r
122#endif\r
123\r
124#endif // #ifndef _SYMBOLS_H_\r