Changeset 78052 in vbox for trunk/src/VBox/Devices/PC/BIOS/pciutil.h
- Timestamp:
- Apr 9, 2019 10:13:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/pciutil.h
r76565 r78052 33 33 /* Warning: pci_write_config_dword destroys the high bits of ECX. */ 34 34 extern void pci_write_config_dword(uint8_t bus, uint8_t dev_fn, uint8_t reg, uint32_t val); 35 extern uint16_t pci_find_class_noif(uint16_t dev_class); 35 36 36 37 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h */
Note:
See TracChangeset
for help on using the changeset viewer.