2 * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef _FREE_BSD_NETWORK_COMPAT_CPP_H
6 #define _FREE_BSD_NETWORK_COMPAT_CPP_H
9 #include <SupportDefs.h>
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
);
27 #endif /* _FREE_BSD_NETWORK_COMPAT_CPP_H */