VirtualBox

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

Last change on this file since 1071 was 240, checked in by vboxsync, 18 years ago

Added first VMDK attempt.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1/** @file
2 *
3 * Built-in drivers & devices (part 1) headers
4 */
5
6/*
7 * Copyright (C) 2006 InnoTek Systemberatung 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 as published by the Free Software Foundation,
13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14 * distribution. VirtualBox OSE is distributed in the hope that it will
15 * be useful, but WITHOUT ANY WARRANTY of any kind.
16 *
17 * If you received this file as part of a commercial VirtualBox
18 * distribution, then only the terms of your commercial VirtualBox
19 * license agreement apply instead of the previous paragraph.
20 */
21
22#ifndef __Builtins_h__
23#define __Builtins_h__
24
25#include <VBox/pdm.h>
26
27__BEGIN_DECLS
28
29__BEGIN_DECLS
30/** The default BIOS logo data. */
31extern const unsigned char g_abPcDefBiosLogo[];
32/** The size of the default BIOS logo data. */
33extern const unsigned g_cbPcDefBiosLogo;
34__END_DECLS
35
36
37extern const PDMDEVREG g_DevicePCI;
38extern const PDMDEVREG g_DevicePcArch;
39extern const PDMDEVREG g_DevicePcBios;
40extern const PDMDEVREG g_DevicePS2KeyboardMouse;
41extern const PDMDEVREG g_DeviceI8254;
42extern const PDMDEVREG g_DeviceI8259;
43extern const PDMDEVREG g_DeviceMC146818;
44extern const PDMDEVREG g_DevicePIIX3IDE;
45extern const PDMDEVREG g_DeviceFloppyController;
46extern const PDMDEVREG g_DeviceVga;
47extern const PDMDEVREG g_DeviceVMMDev;
48extern const PDMDEVREG g_DevicePCNet;
49extern const PDMDEVREG g_DeviceNE2000;
50extern const PDMDEVREG g_DeviceICHAC97;
51extern const PDMDEVREG g_DeviceAudioSniffer;
52extern const PDMDEVREG g_DeviceUSBBackend;
53extern const PDMDEVREG g_DeviceOHCI;
54extern const PDMDEVREG g_DeviceACPI;
55extern const PDMDEVREG g_DeviceDMA;
56extern const PDMDEVREG g_DeviceFloppyController;
57extern const PDMDEVREG g_DeviceSerialPort;
58
59extern const PDMDRVREG g_DrvMouseQueue;
60extern const PDMDRVREG g_DrvKeyboardQueue;
61extern const PDMDRVREG g_DrvBlock;
62extern const PDMDRVREG g_DrvVBoxHDD;
63extern const PDMDRVREG g_DrvVmdkHDD;
64extern const PDMDRVREG g_DrvHostDVD;
65extern const PDMDRVREG g_DrvHostFloppy;
66extern const PDMDRVREG g_DrvMediaISO;
67extern const PDMDRVREG g_DrvRawImage;
68extern const PDMDRVREG g_DrvISCSI;
69extern const PDMDRVREG g_DrvISCSITransportTcp;
70extern const PDMDRVREG g_DrvHostInterface;
71extern const PDMDRVREG g_DrvIntNet;
72extern const PDMDRVREG g_DrvNAT;
73extern const PDMDRVREG g_DrvNetSniffer;
74extern const PDMDRVREG g_DrvAUDIO;
75extern const PDMDRVREG g_DrvACPI;
76extern const PDMDRVREG g_DrvVUSBRootHub;
77
78__END_DECLS
79
80#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