Changeset d1fc8f0 in mainline for uspace/srv/drivers/pciintel/pci.h


Ignore:
Timestamp:
2010-04-08T20:32:33Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a5909f
Parents:
2480e19
Message:

pci base address registers reading - parts of code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/drivers/pciintel/pci.h

    r2480e19 rd1fc8f0  
    8787uint16_t pci_conf_read_16(device_t *dev, int reg);
    8888uint32_t pci_conf_read_32(device_t *dev, int reg);
     89void pci_conf_write_8(device_t *dev, int reg, uint8_t val);
     90void pci_conf_write_16(device_t *dev, int reg, uint16_t val);
     91void pci_conf_write_32(device_t *dev, int reg, uint32_t val);
    8992
    9093void pci_bus_scan(device_t *parent, int bus_num);
Note: See TracChangeset for help on using the changeset viewer.