Changeset 76565 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Jan 1, 2019 4:23:20 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127867
- Location:
- trunk/src/VBox/Devices/PC/BIOS
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/ata.h
r76553 r76565 53 53 */ 54 54 55 #ifndef VBOX_INCLUDED_ PC_BIOS_ata_h56 #define VBOX_INCLUDED_ PC_BIOS_ata_h55 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_ata_h 56 #define VBOX_INCLUDED_SRC_PC_BIOS_ata_h 57 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 58 # pragma once … … 187 187 extern void ata_reset(uint16_t device); 188 188 189 #endif 189 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_ata_h */ 190 190 -
trunk/src/VBox/Devices/PC/BIOS/biosint.h
r76553 r76565 53 53 */ 54 54 55 #ifndef VBOX_INCLUDED_ BIOS_biosint_h56 #define VBOX_INCLUDED_ BIOS_biosint_h55 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_biosint_h 56 #define VBOX_INCLUDED_SRC_PC_BIOS_biosint_h 57 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 58 # pragma once … … 308 308 #define PIC_CMD_INIT 0x11 309 309 310 #endif 311 310 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_biosint_h */ 311 -
trunk/src/VBox/Devices/PC/BIOS/ebda.h
r76553 r76565 53 53 */ 54 54 55 #ifndef VBOX_INCLUDED_ BIOS_ebda_h56 #define VBOX_INCLUDED_ BIOS_ebda_h55 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_ebda_h 56 #define VBOX_INCLUDED_SRC_PC_BIOS_ebda_h 57 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 58 # pragma once … … 379 379 380 380 #endif 381 #endif 382 381 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_ebda_h */ 382 -
trunk/src/VBox/Devices/PC/BIOS/inlines.h
r76553 r76565 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_ BIOS_inlines_h19 #define VBOX_INCLUDED_ BIOS_inlines_h18 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_inlines_h 19 #define VBOX_INCLUDED_SRC_PC_BIOS_inlines_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 244 244 #endif 245 245 246 #endif 247 246 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_inlines_h */ 247 -
trunk/src/VBox/Devices/PC/BIOS/pciutil.h
r76553 r76565 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_ BIOS_pciutils_h19 #define VBOX_INCLUDED_ BIOS_pciutils_h18 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h 19 #define VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 34 34 extern void pci_write_config_dword(uint8_t bus, uint8_t dev_fn, uint8_t reg, uint32_t val); 35 35 36 #endif 36 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h */ 37 37 -
trunk/src/VBox/Devices/PC/BIOS/vds.h
r76553 r76565 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_ BIOS_vds_h19 #define VBOX_INCLUDED_ BIOS_vds_h18 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_vds_h 19 #define VBOX_INCLUDED_SRC_PC_BIOS_vds_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 119 119 uint32_t vds_real_to_lin( void __far *ptr ); 120 120 121 #endif 121 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_vds_h */ 122 122
Note:
See TracChangeset
for help on using the changeset viewer.