libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / system / runtime_loader / pe.h
blob94a365eb616dfd98ea1163ddcc48ea9c26891446
1 /*
2 * Copyright 2013-2014, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Alexander von Gluck IV, <kallisti5@unixzen.com>
7 */
8 #ifndef PE_H
9 #define PE_H
12 #include <OS.h>
14 #include <syscalls.h>
15 #include <util/kernel_cpp.h>
17 #include "pe_common.h"
20 status_t pe_verify_header(void *header, size_t length);
23 #endif /* PE_H */