]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Source/TianoTools/GenFdImage/GenFdImageExe.h
Clean up some data type mismatches.
[mirror_edk2.git] / Tools / Source / TianoTools / GenFdImage / GenFdImageExe.h
CommitLineData
d25c4bf0 1/*++\r
2\r
3Copyright (c) 1999 - 2002 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 GenFdImageExe.h\r
16\r
17Abstract:\r
18\r
19 Definitions for the Boot Strap File Image generation utility.\r
20\r
21--*/\r
22\r
23#ifndef _EFI_GEN_FD_IMAGE_EXE_H\r
24#define _EFI_GEN_FD_IMAGE_EXE_H\r
25\r
26//\r
27// Utility Name\r
28//\r
29#define UTILITY_NAME "GenFdImage"\r
30\r
31//\r
32// Utility version information\r
33//\r
34#define UTILITY_MAJOR_VERSION 0\r
35#define UTILITY_MINOR_VERSION 0\r
36#define UTILITY_DATE __DATE__\r
37\r
38//\r
39// The maximum number of arguments accepted from the command line.\r
40//\r
41#define MIN_ARGS 10\r
42\r
43//\r
44// The function that displays general utility information\r
45//\r
46VOID\r
47PrintUtilityInfo (\r
48 VOID\r
49 )\r
50/*++\r
51\r
52Routine Description:\r
53\r
54 GC_TODO: Add function description\r
55\r
56Arguments:\r
57\r
58 None\r
59\r
60Returns:\r
61\r
62 GC_TODO: add return values\r
63\r
64--*/\r
65;\r
66\r
67//\r
68// The function that displays the utility usage message.\r
69//\r
70VOID\r
71PrintUsage (\r
72 VOID\r
73 )\r
74/*++\r
75\r
76Routine Description:\r
77\r
78 GC_TODO: Add function description\r
79\r
80Arguments:\r
81\r
82 None\r
83\r
84Returns:\r
85\r
86 GC_TODO: add return values\r
87\r
88--*/\r
89;\r
90\r
91#endif\r