/* $Id: the-solaris-kernel.h 4544 2007-09-05 21:46:29Z vboxsync $ */ /** @file * innotek Portable Runtime - Include all necessary headers for the Solaris kernel. */ /* * Copyright (C) 2006-2007 innotek GmbH * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation, * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE * distribution. VirtualBox OSE is distributed in the hope that it will * be useful, but WITHOUT ANY WARRANTY of any kind. */ #ifndef ___the_solaris_kernel_h #define ___the_solaris_kernel_h #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */ #include __BEGIN_DECLS extern struct ddi_dma_attr g_SolarisX86PhysMemLimits; __END_DECLS #endif