Changeset bfa4ffa in mainline for uspace/lib/drv/include/pci_dev_iface.h
- Timestamp:
- 2016-12-27T13:34:08Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9185e42
- Parents:
- 0d9b4a8 (diff), 73d8600 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/pci_dev_iface.h
r0d9b4a8 rbfa4ffa 40 40 #include "ddf/driver.h" 41 41 42 #define PCI_VENDOR_ID 0x00 43 #define PCI_DEVICE_ID 0x02 42 #define PCI_VENDOR_ID 0x00 43 #define PCI_DEVICE_ID 0x02 44 #define PCI_SUB_CLASS 0x0A 45 #define PCI_BASE_CLASS 0x0B 44 46 45 47 extern int pci_config_space_read_8(async_sess_t *, uint32_t, uint8_t *);
Note:
See TracChangeset
for help on using the changeset viewer.