Iterating on RtImageXexHeaderField.

This commit is contained in:
Ben Vanik
2015-06-28 13:44:59 -07:00
parent 996f99bd85
commit 010b701e05
4 changed files with 23 additions and 19 deletions

View File

@@ -15,8 +15,8 @@
namespace xe {
namespace kernel {
uint8_t* xex2_get_opt_header(const xex2_header* header, uint32_t key);
uint32_t xex2_get_opt_header(uint8_t* membase, const xex2_header* header,
uint32_t key);
uint32_t xex2_get_header_size(const xex2_header* header);
} // namespace kernel
} // namespace xe