VirtualBox

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

Last change on this file since 13384 was 13189, checked in by vboxsync, 16 years ago

PCI: Add support for PCI-to-PCI bridges

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 3.4 KB
Line 
1/* $Id: Builtins.h 13189 2008-10-11 12:36:11Z vboxsync $ */
2/** @file
3 * Built-in drivers & devices (part 1) header.
4 */
5
6/*
7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
19 * additional information or have any questions.
20 */
21
22#ifndef ___Builtins_h
23#define ___Builtins_h
24
25#include <VBox/pdm.h>
26
27__BEGIN_DECLS
28
29/** The default BIOS logo data. */
30extern const unsigned char g_abVgaDefBiosLogo[];
31/** The size of the default BIOS logo data. */
32extern const unsigned g_cbVgaDefBiosLogo;
33
34extern const PDMDEVREG g_DevicePCI;
35extern const PDMDEVREG g_DevicePcArch;
36extern const PDMDEVREG g_DevicePcBios;
37extern const PDMDEVREG g_DevicePS2KeyboardMouse;
38extern const PDMDEVREG g_DeviceI8254;
39extern const PDMDEVREG g_DeviceI8259;
40extern const PDMDEVREG g_DeviceMC146818;
41extern const PDMDEVREG g_DevicePIIX3IDE;
42extern const PDMDEVREG g_DeviceFloppyController;
43extern const PDMDEVREG g_DeviceVga;
44extern const PDMDEVREG g_DeviceVMMDev;
45extern const PDMDEVREG g_DevicePCNet;
46#ifdef VBOX_WITH_E1000
47extern const PDMDEVREG g_DeviceE1000;
48#endif
49#ifdef VBOX_WITH_INIP
50extern const PDMDEVREG g_DeviceINIP;
51#endif
52extern const PDMDEVREG g_DeviceICHAC97;
53extern const PDMDEVREG g_DeviceSB16;
54extern const PDMDEVREG g_DeviceAudioSniffer;
55extern const PDMDEVREG g_DeviceOHCI;
56extern const PDMDEVREG g_DeviceEHCI;
57extern const PDMDEVREG g_DeviceACPI;
58extern const PDMDEVREG g_DeviceDMA;
59extern const PDMDEVREG g_DeviceFloppyController;
60extern const PDMDEVREG g_DeviceSerialPort;
61extern const PDMDEVREG g_DeviceParallelPort;
62#ifdef VBOX_WITH_AHCI
63extern const PDMDEVREG g_DeviceAHCI;
64#endif
65#ifdef VBOX_WITH_BUSLOGIC
66extern const PDMDEVREG g_DeviceBusLogic;
67#endif
68extern const PDMDEVREG g_DevicePCIBridge;
69
70extern const PDMDRVREG g_DrvMouseQueue;
71extern const PDMDRVREG g_DrvKeyboardQueue;
72extern const PDMDRVREG g_DrvBlock;
73extern const PDMDRVREG g_DrvVBoxHDD;
74extern const PDMDRVREG g_DrvVD;
75extern const PDMDRVREG g_DrvHostDVD;
76extern const PDMDRVREG g_DrvHostFloppy;
77extern const PDMDRVREG g_DrvMediaISO;
78extern const PDMDRVREG g_DrvRawImage;
79extern const PDMDRVREG g_DrvISCSI;
80extern const PDMDRVREG g_DrvISCSITransportTcp;
81extern const PDMDRVREG g_DrvHostInterface;
82extern const PDMDRVREG g_DrvIntNet;
83extern const PDMDRVREG g_DrvNAT;
84extern const PDMDRVREG g_DrvNetSniffer;
85extern const PDMDRVREG g_DrvAUDIO;
86extern const PDMDRVREG g_DrvACPI;
87extern const PDMDRVREG g_DrvVUSBRootHub;
88extern const PDMDRVREG g_DrvChar;
89extern const PDMDRVREG g_DrvNamedPipe;
90extern const PDMDRVREG g_DrvHostParallel;
91extern const PDMDRVREG g_DrvHostSerial;
92
93#ifdef VBOX_WITH_USB
94extern const PDMUSBREG g_UsbDevProxy;
95#endif
96
97#ifdef VBOX_WITH_PDM_ASYNC_COMPLETION
98extern const PDMDRVREG g_DrvRawImageAsync;
99extern const PDMDRVREG g_DrvTransportAsync;
100#endif
101
102#ifdef VBOX_WITH_SCSI
103extern const PDMDRVREG g_DrvSCSI;
104#if defined(RT_OS_LINUX)
105extern const PDMDRVREG g_DrvSCSIHost;
106#endif
107#endif
108
109__END_DECLS
110
111#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