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')
16typedef struct {
17 UINTN Signature;
18 BOOLEAN FreeBuffer;
19 VOID *Source;
20 UINTN SourceSize;
22
23#endif
UINT64 UINTN