lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 3b3e776 was fcbd1be, checked in by Lenka Trochtova <trochtova.lenka@…>, 16 years ago |
the name of the hierarchical driver was changed II
|
-
Property mode
set to
100644
|
File size:
219 bytes
|
Line | |
---|
1 | #ifndef PCI_CONF_H
|
---|
2 | #define PCI_CONF_H
|
---|
3 |
|
---|
4 | #include "pci.h"
|
---|
5 |
|
---|
6 | uint8_t pci_conf_read_8(pci_dev_t *dev, int reg);
|
---|
7 | uint16_t pci_conf_read_16(pci_dev_t *dev, int reg);
|
---|
8 | uint32_t pci_conf_read_32(pci_dev_t *dev, int reg);
|
---|
9 |
|
---|
10 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.