Moving get_opt_header out of xex2.

This commit is contained in:
Ben Vanik
2015-06-28 14:01:53 -07:00
parent 010b701e05
commit 84e884a07f
5 changed files with 41 additions and 36 deletions

View File

@@ -15,8 +15,6 @@
namespace xe {
namespace kernel {
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