Home | History | Annotate | Line # | Download | only in libpci
pci_user.h revision 1.1
      1  1.1  pooka void *rumpcomp_pci_map(unsigned long, unsigned long);
      2  1.1  pooka int rumpcomp_pci_confread(unsigned, unsigned, unsigned, int, unsigned int *);
      3  1.1  pooka int rumpcomp_pci_confwrite(unsigned, unsigned, unsigned, int, unsigned int);
      4  1.1  pooka 
      5  1.1  pooka void *rumpcomp_pci_irq_establish(int, int (*)(void *), void *);
      6  1.1  pooka 
      7  1.1  pooka /* XXX: needs work: support boundary-restricted allocations */
      8  1.1  pooka int rumpcomp_pci_dmalloc(size_t, size_t, unsigned long *);
      9  1.1  pooka 
     10  1.1  pooka void *rumpcomp_pci_mach_to_virt(unsigned long);
     11  1.1  pooka unsigned long rumpcomp_pci_virt_to_mach(void *);
     12