Changeset 76520 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Dec 30, 2018 5:39:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127821
- Location:
- trunk/src/VBox/Devices/PC/BIOS
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/ata.h
r76519 r76520 55 55 #ifndef VBOX_INCLUDED_PC_BIOS_ata_h 56 56 #define VBOX_INCLUDED_PC_BIOS_ata_h 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 # pragma once 59 #endif 57 60 58 61 #define ATA_DATA_NO 0x00 -
trunk/src/VBox/Devices/PC/BIOS/biosint.h
r76519 r76520 55 55 #ifndef VBOX_INCLUDED_BIOS_biosint_h 56 56 #define VBOX_INCLUDED_BIOS_biosint_h 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 # pragma once 59 #endif 57 60 58 61 /* Compile-time assertion macro. */ -
trunk/src/VBox/Devices/PC/BIOS/ebda.h
r76519 r76520 55 55 #ifndef VBOX_INCLUDED_BIOS_ebda_h 56 56 #define VBOX_INCLUDED_BIOS_ebda_h 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 # pragma once 59 #endif 57 60 58 61 #include <stdint.h> -
trunk/src/VBox/Devices/PC/BIOS/inlines.h
r76519 r76520 18 18 #ifndef VBOX_INCLUDED_BIOS_inlines_h 19 19 #define VBOX_INCLUDED_BIOS_inlines_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 extern unsigned inp(unsigned port); -
trunk/src/VBox/Devices/PC/BIOS/pciutil.h
r76519 r76520 18 18 #ifndef VBOX_INCLUDED_BIOS_pciutils_h 19 19 #define VBOX_INCLUDED_BIOS_pciutils_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 extern uint16_t pci_find_device(uint16_t v_id, uint16_t d_id); -
trunk/src/VBox/Devices/PC/BIOS/vds.h
r76519 r76520 18 18 #ifndef VBOX_INCLUDED_BIOS_vds_h 19 19 #define VBOX_INCLUDED_BIOS_vds_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Virtual DMA Services (VDS) */
Note:
See TracChangeset
for help on using the changeset viewer.