TianoCore EDK2
master
Loading...
Searching...
No Matches
Image.h
Go to the documentation of this file.
1
9
#ifndef _IMAGE_H_
10
#define _IMAGE_H_
11
12
//
13
// Private Data Types
14
//
15
#define IMAGE_FILE_HANDLE_SIGNATURE SIGNATURE_32('i','m','g','f')
16
typedef
struct
{
17
UINTN
Signature;
18
BOOLEAN FreeBuffer;
19
VOID *Source;
20
UINTN
SourceSize;
21
}
IMAGE_FILE_HANDLE
;
22
23
#endif
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
IMAGE_FILE_HANDLE
Definition:
Image.h:16
MdeModulePkg
Core
Dxe
Image
Image.h
Generated on Fri Nov 15 2024 18:01:10 for TianoCore EDK2 by
1.9.6