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