Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/pci/pciintel/pci.h

    r7acd787 r184f2f8a  
    3737#define PCI_H_
    3838
    39 #include <adt/list.h>
    40 #include <ddi.h>
    4139#include <ddf/driver.h>
    42 #include <fibril_synch.h>
     40#include "pci_regs.h"
    4341
    4442#define PCI_MAX_HW_RES 10
     
    5250        pio_window_t pio_win;
    5351        fibril_mutex_t conf_mutex;
    54         /** List of functions (of pci_fun_t) */
    55         list_t funs;
    5652} pci_bus_t;
    5753
     
    5955        pci_bus_t *busptr;
    6056        ddf_fun_t *fnode;
    61         /** Link to @c busptr->funs */
    62         link_t lfuns;
    6357
    6458        int bus;
     
    7771} pci_fun_t;
    7872
    79 extern pci_bus_t *pci_bus(ddf_dev_t *);
    80 
    8173extern void pci_fun_create_match_ids(pci_fun_t *);
    82 extern pci_fun_t *pci_fun_first(pci_bus_t *);
    83 extern pci_fun_t *pci_fun_next(pci_fun_t *);
    8474
    8575extern uint8_t pci_conf_read_8(pci_fun_t *, int);
Note: See TracChangeset for help on using the changeset viewer.