HaikuDepot: notify work status from main window
[haiku.git] / src / libs / compat / freebsd_network / compat_cpp.h
blobee531b4f2e67cb6addeb5e8964493ec139d7df84
1 /*
2 * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _FREE_BSD_NETWORK_COMPAT_CPP_H
6 #define _FREE_BSD_NETWORK_COMPAT_CPP_H
9 #include <SupportDefs.h>
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
17 void* _kernel_contigmalloc_cpp(const char* file, int line, size_t size,
18 phys_addr_t low, phys_addr_t high, phys_size_t alignment,
19 phys_size_t boundary, bool zero, bool dontWait);
22 #ifdef __cplusplus
24 #endif
27 #endif /* _FREE_BSD_NETWORK_COMPAT_CPP_H */