VirtualBox

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

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

InnoTek -> innotek: all the headers and comments.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.7 KB
Line 
1/* $Id: Builtins.h 2981 2007-06-01 16:01:28Z vboxsync $ */
2/** @file
3 * Built-in drivers & devices (part 1) header.
4 */
5
6/*
7 * Copyright (C) 2006-2007 innotek 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/** The default BIOS logo data. */
30extern const unsigned char g_abPcDefBiosLogo[];
31/** The size of the default BIOS logo data. */
32extern const unsigned g_cbPcDefBiosLogo;
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;
46extern const PDMDEVREG g_DeviceNE2000;
47extern const PDMDEVREG g_DeviceICHAC97;
48extern const PDMDEVREG g_DeviceAudioSniffer;
49extern const PDMDEVREG g_DeviceOHCI;
50extern const PDMDEVREG g_DeviceACPI;
51extern const PDMDEVREG g_DeviceDMA;
52extern const PDMDEVREG g_DeviceFloppyController;
53extern const PDMDEVREG g_DeviceSerialPort;
54
55extern const PDMDRVREG g_DrvMouseQueue;
56extern const PDMDRVREG g_DrvKeyboardQueue;
57extern const PDMDRVREG g_DrvBlock;
58extern const PDMDRVREG g_DrvVBoxHDD;
59extern const PDMDRVREG g_DrvVD;
60extern const PDMDRVREG g_DrvVmdkHDD;
61extern const PDMDRVREG g_DrvHostDVD;
62extern const PDMDRVREG g_DrvHostFloppy;
63extern const PDMDRVREG g_DrvMediaISO;
64extern const PDMDRVREG g_DrvRawImage;
65extern const PDMDRVREG g_DrvHostHDD;
66extern const PDMDRVREG g_DrvISCSI;
67extern const PDMDRVREG g_DrvISCSITransportTcp;
68extern const PDMDRVREG g_DrvHostInterface;
69extern const PDMDRVREG g_DrvIntNet;
70extern const PDMDRVREG g_DrvNAT;
71extern const PDMDRVREG g_DrvNetSniffer;
72extern const PDMDRVREG g_DrvAUDIO;
73extern const PDMDRVREG g_DrvACPI;
74extern const PDMDRVREG g_DrvVUSBRootHub;
75extern const PDMDRVREG g_DrvChar;
76extern const PDMDRVREG g_DrvNamedPipe;
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