]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Source/TianoTools/FlashMap/Symbols.h
Check to see if the tools are built before trying a build.
[mirror_edk2.git] / Tools / Source / TianoTools / FlashMap / Symbols.h
CommitLineData
d25c4bf0 1/*++\r
2\r
3Copyright (c) 2004 Intel Corporation. All rights reserved\r
4This software and associated documentation (if any) is furnished\r
5under a license and may only be used or copied in accordance\r
6with the terms of the license. Except as permitted by such\r
7license, no part of this software or documentation may be\r
8reproduced, stored in a retrieval system, or transmitted in any\r
9form or by any means without the express written consent of\r
10Intel Corporation.\r
11\r
12\r
13Module Name:\r
14\r
15 Symbols.h\r
16\r
17Abstract:\r
18\r
19 Defines and prototypes for a class-like symbol table service.\r
20\r
21--*/\r
22\r
23#ifndef _SYMBOLS_H_\r
24#define _SYMBOLS_H_\r
25\r
26#ifdef __cplusplus\r
27extern "C"\r
28{\r
29#endif\r
30\r
31int\r
32SymbolAdd (\r
33 char *Name,\r
34 char *Value,\r
35 int Mode\r
36 )\r
37/*++\r
38\r
39Routine Description:\r
40\r
41 GC_TODO: Add function description\r
42\r
43Arguments:\r
44\r
45 Name - GC_TODO: add argument description\r
46 Value - GC_TODO: add argument description\r
47 Mode - GC_TODO: add argument description\r
48\r
49Returns:\r
50\r
51 GC_TODO: add return values\r
52\r
53--*/\r
54;\r
55\r
56STATUS\r
57SymbolsFileStringsReplace (\r
58 char *InFileName,\r
59 char *OutFileName\r
60 )\r
61/*++\r
62\r
63Routine Description:\r
64\r
65 GC_TODO: Add function description\r
66\r
67Arguments:\r
68\r
69 InFileName - GC_TODO: add argument description\r
70 OutFileName - GC_TODO: add argument description\r
71\r
72Returns:\r
73\r
74 GC_TODO: add return values\r
75\r
76--*/\r
77;\r
78\r
79void\r
80SymbolsConstructor (\r
81 VOID\r
82 )\r
83/*++\r
84\r
85Routine Description:\r
86\r
87 GC_TODO: Add function description\r
88\r
89Arguments:\r
90\r
91 None\r
92\r
93Returns:\r
94\r
95 GC_TODO: add return values\r
96\r
97--*/\r
98;\r
99\r
100void\r
101SymbolsDestructor (\r
102 VOID\r
103 )\r
104/*++\r
105\r
106Routine Description:\r
107\r
108 GC_TODO: Add function description\r
109\r
110Arguments:\r
111\r
112 None\r
113\r
114Returns:\r
115\r
116 GC_TODO: add return values\r
117\r
118--*/\r
119;\r
120\r
121#ifdef __cplusplus\r
122}\r
123#endif\r
124\r
125#endif // #ifndef _SYMBOLS_H_\r