VirtualBox

source: vbox/trunk/src/VBox/Devices/build/VBoxDD2.h@ 65338

Last change on this file since 65338 was 65338, checked in by vboxsync, 8 years ago

Remove the old, unused I/O APIC code and related define.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.7 KB
Line 
1/* $Id: VBoxDD2.h 65338 2017-01-16 14:11:15Z vboxsync $ */
2/** @file
3 * Built-in drivers & devices part 2 header.
4 *
5 * These drivers and devices are in separate modules because of LGPL.
6 */
7
8/*
9 * Copyright (C) 2006-2016 Oracle Corporation
10 *
11 * This file is part of VirtualBox Open Source Edition (OSE), as
12 * available from http://www.virtualbox.org. This file is free software;
13 * you can redistribute it and/or modify it under the terms of the GNU
14 * General Public License (GPL) as published by the Free Software
15 * Foundation, in version 2 as it comes in the "COPYING" file of the
16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
18 */
19
20#ifndef ___build_VBoxDD2_h
21#define ___build_VBoxDD2_h
22
23#include <VBox/vmm/pdm.h>
24
25RT_C_DECLS_BEGIN
26
27#ifdef IN_VBOXDD2
28extern DECLEXPORT(const unsigned char) g_abPcBiosBinary386[];
29extern DECLEXPORT(const unsigned) g_cbPcBiosBinary386;
30extern DECLEXPORT(const unsigned char) g_abPcBiosBinary286[];
31extern DECLEXPORT(const unsigned) g_cbPcBiosBinary286;
32extern DECLEXPORT(const unsigned char) g_abPcBiosBinary8086[];
33extern DECLEXPORT(const unsigned) g_cbPcBiosBinary8086;
34extern DECLEXPORT(const unsigned char) g_abVgaBiosBinary386[];
35extern DECLEXPORT(const unsigned) g_cbVgaBiosBinary386;
36extern DECLEXPORT(const unsigned char) g_abVgaBiosBinary286[];
37extern DECLEXPORT(const unsigned) g_cbVgaBiosBinary286;
38extern DECLEXPORT(const unsigned char) g_abVgaBiosBinary8086[];
39extern DECLEXPORT(const unsigned) g_cbVgaBiosBinary8086;
40# ifdef VBOX_WITH_PXE_ROM
41extern DECLEXPORT(const unsigned char) g_abNetBiosBinary[];
42extern DECLEXPORT(const unsigned) g_cbNetBiosBinary;
43# endif
44#else /* !IN_VBOXDD2 */
45extern DECLIMPORT(const unsigned char) g_abPcBiosBinary386[];
46extern DECLIMPORT(const unsigned) g_cbPcBiosBinary386;
47extern DECLIMPORT(const unsigned char) g_abPcBiosBinary286[];
48extern DECLIMPORT(const unsigned) g_cbPcBiosBinary286;
49extern DECLIMPORT(const unsigned char) g_abPcBiosBinary8086[];
50extern DECLIMPORT(const unsigned) g_cbPcBiosBinary8086;
51extern DECLIMPORT(const unsigned char) g_abVgaBiosBinary386[];
52extern DECLIMPORT(const unsigned) g_cbVgaBiosBinary386;
53extern DECLIMPORT(const unsigned char) g_abVgaBiosBinary286[];
54extern DECLIMPORT(const unsigned) g_cbVgaBiosBinary286;
55extern DECLIMPORT(const unsigned char) g_abVgaBiosBinary8086[];
56extern DECLIMPORT(const unsigned) g_cbVgaBiosBinary8086;
57# ifdef VBOX_WITH_PXE_ROM
58extern DECLIMPORT(const unsigned char) g_abNetBiosBinary[];
59extern DECLIMPORT(const unsigned) g_cbNetBiosBinary;
60# endif
61#endif /* !IN_VBOXDD2 */
62
63extern const PDMDEVREG g_DeviceLPC;
64
65RT_C_DECLS_END
66
67#endif
68
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