the-solaris-kernel.h revision 93ff74fb0e11b1cf030066fe97a7c4bbc95c0486
af062818b47340eef15700d2f0211576ba3506eevboxsync/* $Id$ */
af062818b47340eef15700d2f0211576ba3506eevboxsync/** @file
af062818b47340eef15700d2f0211576ba3506eevboxsync * innotek Portable Runtime - Include all necessary headers for the Solaris kernel.
af062818b47340eef15700d2f0211576ba3506eevboxsync */
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync/*
af062818b47340eef15700d2f0211576ba3506eevboxsync * Copyright (C) 2006-2007 innotek GmbH
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
af062818b47340eef15700d2f0211576ba3506eevboxsync * available from http://www.virtualbox.org. This file is free software;
af062818b47340eef15700d2f0211576ba3506eevboxsync * you can redistribute it and/or modify it under the terms of the GNU
af062818b47340eef15700d2f0211576ba3506eevboxsync * General Public License (GPL) as published by the Free Software
af062818b47340eef15700d2f0211576ba3506eevboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
af062818b47340eef15700d2f0211576ba3506eevboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
af062818b47340eef15700d2f0211576ba3506eevboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * The contents of this file may alternatively be used under the terms
af062818b47340eef15700d2f0211576ba3506eevboxsync * of the Common Development and Distribution License Version 1.0
af062818b47340eef15700d2f0211576ba3506eevboxsync * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
af062818b47340eef15700d2f0211576ba3506eevboxsync * VirtualBox OSE distribution, in which case the provisions of the
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync * CDDL are applicable instead of those of the GPL.
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync *
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * You may elect to license modified versions of this file under the
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync * terms and conditions of either the GPL or the CDDL or both.
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync */
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync#ifndef ___the_solaris_kernel_h
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync#define ___the_solaris_kernel_h
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#define _MACHDEP /* needed for cpuset_t and sys/x_call.h */
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/kmem.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/types.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/mman.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/thread.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/mutex.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/condvar.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/sdt.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/schedctl.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/time.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/sysmacros.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/cmn_err.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/vmsystm.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/cyclic.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/class.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/cpuvar.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/x_call.h> /* in platform dir */
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/x86_archext.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <vm/hat.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <vm/seg_vn.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <vm/seg_kmem.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/ddi.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <sys/sunddi.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <iprt/cdefs.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync__BEGIN_DECLS
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern struct ddi_dma_attr g_SolarisX86PhysMemLimits;
af062818b47340eef15700d2f0211576ba3506eevboxsync__END_DECLS
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#endif
af062818b47340eef15700d2f0211576ba3506eevboxsync