VirtualBox

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

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

The Big Sun Rebranding Header Change

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 3.1 KB
Line 
1/* $Id: Builtins.h 8155 2008-04-18 15:16:47Z 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
66extern const PDMDRVREG g_DrvMouseQueue;
67extern const PDMDRVREG g_DrvKeyboardQueue;
68extern const PDMDRVREG g_DrvBlock;
69extern const PDMDRVREG g_DrvVBoxHDD;
70extern const PDMDRVREG g_DrvVD;
71extern const PDMDRVREG g_DrvHostDVD;
72extern const PDMDRVREG g_DrvHostFloppy;
73extern const PDMDRVREG g_DrvMediaISO;
74extern const PDMDRVREG g_DrvRawImage;
75extern const PDMDRVREG g_DrvISCSI;
76extern const PDMDRVREG g_DrvISCSITransportTcp;
77extern const PDMDRVREG g_DrvHostInterface;
78extern const PDMDRVREG g_DrvIntNet;
79extern const PDMDRVREG g_DrvNAT;
80extern const PDMDRVREG g_DrvNetSniffer;
81extern const PDMDRVREG g_DrvAUDIO;
82extern const PDMDRVREG g_DrvACPI;
83extern const PDMDRVREG g_DrvVUSBRootHub;
84extern const PDMDRVREG g_DrvChar;
85extern const PDMDRVREG g_DrvNamedPipe;
86extern const PDMDRVREG g_DrvHostParallel;
87extern const PDMDRVREG g_DrvHostSerial;
88
89#ifdef VBOX_WITH_USB
90extern const PDMUSBREG g_UsbDevProxy;
91#endif
92
93#ifdef VBOX_WITH_PDM_ASYNC_COMPLETION
94extern const PDMDRVREG g_DrvRawImageAsync;
95extern const PDMDRVREG g_DrvTransportAsync;
96#endif
97
98__END_DECLS
99
100#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