root/src/libs/compat/freebsd_network/compat/vm/uma.h
/*
 * Copyright 2009 Haiku Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef _FBSD_COMPAT_VM_UMA_H_
#define _FBSD_COMPAT_VM_UMA_H_


#include <sys/param.h>
#include <sys/malloc.h>

#endif /* _FBSD_COMPAT_VM_UMA_H_ */