mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
11 lines
188 B
C
11 lines
188 B
C
#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
|