VirtualBox

source: vbox/trunk/include/VBox/pdm.h@ 4041

Last change on this file since 4041 was 4013, checked in by vboxsync, 17 years ago

pdm.h = include pdm*.h; pdmapi.h = only the 'core' pdm APIs.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1/** @file
2 * PDM - Pluggable Device Manager.
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 ___VBox_pdm_h
22#define ___VBox_pdm_h
23
24#include <VBox/pdmapi.h>
25#include <VBox/pdmqueue.h>
26#include <VBox/pdmcritsect.h>
27#include <VBox/pdmthread.h>
28#include <VBox/pdmifs.h>
29#include <VBox/pdmdrv.h>
30#include <VBox/pdmdev.h>
31#include <VBox/pdmusb.h>
32#include <VBox/pdmsrv.h>
33
34/** Source position.
35 * @deprecated Use RT_SRC_POS */
36#define PDM_SRC_POS RT_SRC_POS
37
38/** Source position declaration.
39 * @deprecated Use RT_SRC_POS_DECL */
40#define PDM_SRC_POS_DECL RT_SRC_POS_DECL
41
42/** Source position arguments.
43 * @deprecated Use RT_SRC_POS_ARGS */
44#define PDM_SRC_POS_ARGS RT_SRC_POS_ARGS
45
46#endif
47
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