Make UEFI boot-platform build again
[haiku.git] / headers / private / libroot / image_private.h
blobcf0080e6ad3c3faffb3bc0284004e80df0114a8e
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _LIBROOT_IMAGE_PRIVATE_H
6 #define _LIBROOT_IMAGE_PRIVATE_H
8 #include <sys/cdefs.h>
10 #include <image.h>
13 __BEGIN_DECLS
15 status_t get_image_symbol_etc(image_id id, char const* symbolName,
16 int32 symbolType, bool recursive, image_id* _inImage, void** _location);
18 __END_DECLS
21 #endif // _LIBROOT_IMAGE_PRIVATE_H