VirtualBox

source: vbox/trunk/src/VBox/Devices/Builtins.h@ 6595

Last change on this file since 6595 was 6313, checked in by vboxsync, 17 years ago

Integrate async drivers. Fix testcase

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 3.0 KB
Line 
1/* $Id: Builtins.h 6313 2008-01-09 22:26:56Z vboxsync $ */
2/** @file
3 * Built-in drivers & devices (part 1) header.
4 */
5
6/*
7 * Copyright (C) 2006-2007 innotek GmbH
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 */
17
18#ifndef ___Builtins_h
19#define ___Builtins_h
20
21#include <VBox/pdm.h>
22
23__BEGIN_DECLS
24
25/** The default BIOS logo data. */
26extern const unsigned char g_abPcDefBiosLogo[];
27/** The size of the default BIOS logo data. */
28extern const unsigned g_cbPcDefBiosLogo;
29
30extern const PDMDEVREG g_DevicePCI;
31extern const PDMDEVREG g_DevicePcArch;
32extern const PDMDEVREG g_DevicePcBios;
33extern const PDMDEVREG g_DevicePS2KeyboardMouse;
34extern const PDMDEVREG g_DeviceI8254;
35extern const PDMDEVREG g_DeviceI8259;
36extern const PDMDEVREG g_DeviceMC146818;
37extern const PDMDEVREG g_DevicePIIX3IDE;
38extern const PDMDEVREG g_DeviceFloppyController;
39extern const PDMDEVREG g_DeviceVga;
40extern const PDMDEVREG g_DeviceVMMDev;
41extern const PDMDEVREG g_DevicePCNet;
42#ifdef VBOX_WITH_E1000
43extern const PDMDEVREG g_DeviceE1000;
44#endif
45#ifdef VBOX_WITH_INIP
46extern const PDMDEVREG g_DeviceINIP;
47#endif
48extern const PDMDEVREG g_DeviceNE2000;
49extern const PDMDEVREG g_DeviceICHAC97;
50extern const PDMDEVREG g_DeviceAudioSniffer;
51extern const PDMDEVREG g_DeviceOHCI;
52extern const PDMDEVREG g_DeviceEHCI;
53extern const PDMDEVREG g_DeviceACPI;
54extern const PDMDEVREG g_DeviceDMA;
55extern const PDMDEVREG g_DeviceFloppyController;
56extern const PDMDEVREG g_DeviceSerialPort;
57extern const PDMDEVREG g_DeviceParallelPort;
58#ifdef VBOX_WITH_AHCI
59extern const PDMDEVREG g_DeviceAHCI;
60#endif
61
62extern const PDMDRVREG g_DrvMouseQueue;
63extern const PDMDRVREG g_DrvKeyboardQueue;
64extern const PDMDRVREG g_DrvBlock;
65extern const PDMDRVREG g_DrvVBoxHDD;
66extern const PDMDRVREG g_DrvVD;
67extern const PDMDRVREG g_DrvHostDVD;
68extern const PDMDRVREG g_DrvHostFloppy;
69extern const PDMDRVREG g_DrvMediaISO;
70extern const PDMDRVREG g_DrvRawImage;
71extern const PDMDRVREG g_DrvISCSI;
72extern const PDMDRVREG g_DrvISCSITransportTcp;
73extern const PDMDRVREG g_DrvHostInterface;
74extern const PDMDRVREG g_DrvIntNet;
75extern const PDMDRVREG g_DrvNAT;
76extern const PDMDRVREG g_DrvNetSniffer;
77extern const PDMDRVREG g_DrvAUDIO;
78extern const PDMDRVREG g_DrvACPI;
79extern const PDMDRVREG g_DrvVUSBRootHub;
80extern const PDMDRVREG g_DrvChar;
81extern const PDMDRVREG g_DrvNamedPipe;
82extern const PDMDRVREG g_DrvHostParallel;
83extern const PDMDRVREG g_DrvHostSerial;
84
85#ifdef VBOX_WITH_USB
86extern const PDMUSBREG g_UsbDevProxy;
87#endif
88
89#ifdef VBOX_WITH_PDM_ASYNC_COMPLETION
90extern const PDMDRVREG g_DrvRawImageAsync;
91extern const PDMDRVREG g_DrvTransportAsync;
92#endif
93
94__END_DECLS
95
96#endif
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