VirtualBox

source: vbox/trunk/include/iprt/runtime.h@ 3251

Last change on this file since 3251 was 2981, checked in by vboxsync, 17 years ago

InnoTek -> innotek: all the headers and comments.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1/** @file
2 * innotek Portable Runtime - Include Everything.
3 */
4
5/*
6 * Copyright (C) 2006-2007 innotek GmbH
7 *
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
10 * you can redistribute it and/or modify it under the terms of the GNU
11 * General Public License as published by the Free Software Foundation,
12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13 * distribution. VirtualBox OSE is distributed in the hope that it will
14 * be useful, but WITHOUT ANY WARRANTY of any kind.
15 *
16 * If you received this file as part of a commercial VirtualBox
17 * distribution, then only the terms of your commercial VirtualBox
18 * license agreement apply instead of the previous paragraph.
19 */
20
21#ifndef __iprt_runtime_h__
22#define __iprt_runtime_h__
23
24#include <iprt/cdefs.h>
25#include <iprt/types.h>
26#include <iprt/param.h>
27#include <iprt/initterm.h>
28
29#include <iprt/alloc.h>
30#include <iprt/asm.h>
31#include <iprt/assert.h>
32#include <iprt/avl.h>
33#include <iprt/crc32.h>
34#include <iprt/crc64.h>
35#include <iprt/critsect.h>
36#include <iprt/dir.h>
37#include <iprt/err.h>
38#include <iprt/file.h>
39#include <iprt/fs.h>
40#include <iprt/ldr.h>
41#include <iprt/log.h>
42#include <iprt/md5.h>
43#include <iprt/mem.h>
44#include <iprt/path.h>
45#include <iprt/semaphore.h>
46#include <iprt/spinlock.h>
47#include <iprt/stdarg.h>
48#include <iprt/string.h>
49#include <iprt/system.h>
50#include <iprt/table.h>
51#include <iprt/thread.h>
52#include <iprt/time.h>
53#include <iprt/timer.h>
54#include <iprt/uni.h>
55#include <iprt/uuid.h>
56#include <iprt/zip.h>
57
58#ifdef IN_RING3
59# include <iprt/stream.h>
60# include <iprt/tcp.h>
61# include <iprt/ctype.h>
62# include <iprt/alloca.h> /** @todo iprt/alloca.h should be made available in R0 and GC too! */
63# include <iprt/process.h> /** @todo iprt/process.h should be made available in R0 too (partly). */
64#endif
65
66#ifdef IN_RING0
67# include <iprt/memobj.h>
68#endif
69
70
71#endif
72
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette