VirtualBox

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

Last change on this file since 33000 was 32471, checked in by vboxsync, 14 years ago

Devices: refactoring, further PCI work

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 4.2 KB
Line 
1/* $Id: Builtins.h 32471 2010-09-14 10:26:07Z vboxsync $ */
2/** @file
3 * Built-in drivers & devices (part 1) header.
4 */
5
6/*
7 * Copyright (C) 2006-2010 Oracle Corporation
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
23RT_C_DECLS_BEGIN
24
25/** The default BIOS logo data. */
26extern const unsigned char g_abVgaDefBiosLogo[];
27/** The size of the default BIOS logo data. */
28extern const unsigned g_cbVgaDefBiosLogo;
29#ifdef VBOX_WITH_EFI
30/** The EFI thunk binary. */
31extern const unsigned char g_abEfiThunkBinary[];
32/** The size of the EFI thunk binary. */
33extern const unsigned g_cbEfiThunkBinary;
34#endif
35
36
37extern const PDMDEVREG g_DevicePCI;
38extern const PDMDEVREG g_DevicePciIch9;
39extern const PDMDEVREG g_DevicePcArch;
40extern const PDMDEVREG g_DevicePcBios;
41extern const PDMDEVREG g_DevicePS2KeyboardMouse;
42extern const PDMDEVREG g_DeviceI8254;
43extern const PDMDEVREG g_DeviceI8259;
44extern const PDMDEVREG g_DeviceHPET;
45extern const PDMDEVREG g_DeviceMC146818;
46extern const PDMDEVREG g_DevicePIIX3IDE;
47extern const PDMDEVREG g_DeviceFloppyController;
48extern const PDMDEVREG g_DeviceVga;
49extern const PDMDEVREG g_DeviceVMMDev;
50extern const PDMDEVREG g_DevicePCNet;
51#ifdef VBOX_WITH_E1000
52extern const PDMDEVREG g_DeviceE1000;
53#endif
54#ifdef VBOX_WITH_VIRTIO
55extern const PDMDEVREG g_DeviceVirtioNet;
56#endif
57#ifdef VBOX_WITH_INIP
58extern const PDMDEVREG g_DeviceINIP;
59#endif
60extern const PDMDEVREG g_DeviceICHAC97;
61extern const PDMDEVREG g_DeviceSB16;
62extern const PDMDEVREG g_DeviceICH6_HDA;
63extern const PDMDEVREG g_DeviceAudioSniffer;
64extern const PDMDEVREG g_DeviceOHCI;
65extern const PDMDEVREG g_DeviceEHCI;
66extern const PDMDEVREG g_DeviceACPI;
67extern const PDMDEVREG g_DeviceDMA;
68extern const PDMDEVREG g_DeviceFloppyController;
69extern const PDMDEVREG g_DeviceSerialPort;
70extern const PDMDEVREG g_DeviceParallelPort;
71#ifdef VBOX_WITH_AHCI
72extern const PDMDEVREG g_DeviceAHCI;
73#endif
74#ifdef VBOX_WITH_BUSLOGIC
75extern const PDMDEVREG g_DeviceBusLogic;
76#endif
77extern const PDMDEVREG g_DevicePCIBridge;
78extern const PDMDEVREG g_DevicePciIch9Bridge;
79#ifdef VBOX_WITH_LSILOGIC
80extern const PDMDEVREG g_DeviceLsiLogicSCSI;
81extern const PDMDEVREG g_DeviceLsiLogicSAS;
82#endif
83#ifdef VBOX_WITH_EFI
84extern const PDMDEVREG g_DeviceEFI;
85#endif
86
87extern const PDMDRVREG g_DrvMouseQueue;
88extern const PDMDRVREG g_DrvKeyboardQueue;
89extern const PDMDRVREG g_DrvBlock;
90extern const PDMDRVREG g_DrvVBoxHDD;
91extern const PDMDRVREG g_DrvVD;
92extern const PDMDRVREG g_DrvHostDVD;
93extern const PDMDRVREG g_DrvHostFloppy;
94extern const PDMDRVREG g_DrvMediaISO;
95extern const PDMDRVREG g_DrvRawImage;
96extern const PDMDRVREG g_DrvISCSI;
97extern const PDMDRVREG g_DrvISCSITransportTcp;
98#if defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)
99extern const PDMDRVREG g_DrvHostInterface;
100#endif
101#ifdef VBOX_WITH_VDE
102extern const PDMDRVREG g_DrvVDE;
103#endif
104extern const PDMDRVREG g_DrvIntNet;
105extern const PDMDRVREG g_DrvDedicatedNic;
106extern const PDMDRVREG g_DrvNAT;
107extern const PDMDRVREG g_DrvNetSniffer;
108extern const PDMDRVREG g_DrvAUDIO;
109extern const PDMDRVREG g_DrvACPI;
110extern const PDMDRVREG g_DrvAcpiCpu;
111extern const PDMDRVREG g_DrvVUSBRootHub;
112extern const PDMDRVREG g_DrvChar;
113extern const PDMDRVREG g_DrvNamedPipe;
114extern const PDMDRVREG g_DrvRawFile;
115extern const PDMDRVREG g_DrvHostParallel;
116extern const PDMDRVREG g_DrvHostSerial;
117#ifdef VBOX_WITH_DRV_DISK_INTEGRITY
118extern const PDMDRVREG g_DrvDiskIntegrity;
119#endif
120
121#ifdef VBOX_WITH_USB
122extern const PDMUSBREG g_UsbDevProxy;
123extern const PDMUSBREG g_UsbMsd;
124#endif
125#ifdef VBOX_WITH_VUSB
126extern const PDMUSBREG g_UsbHid;
127extern const PDMUSBREG g_UsbHidKbd;
128extern const PDMUSBREG g_UsbHidMou;
129#endif
130
131#ifdef VBOX_WITH_SCSI
132extern const PDMDRVREG g_DrvSCSI;
133# if defined(RT_OS_LINUX)
134extern const PDMDRVREG g_DrvSCSIHost;
135# endif
136#endif
137
138RT_C_DECLS_END
139
140#endif
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use