audk/BaseTools/ImageTool/UeEmit.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
188 B
C
Raw Normal View History

#ifndef UE_EMIT_H
#define UE_EMIT_H
#include <stdint.h>
#include "ImageTool.h"
void *ToolImageEmitUe(image_tool_image_info_t *Image, uint32_t *FileSize);
#endif // UE_EMIT_H