summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/xenpci/xenpcivar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xen/xenpci/xenpcivar.h')
-rw-r--r--sys/dev/xen/xenpci/xenpcivar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/xen/xenpci/xenpcivar.h b/sys/dev/xen/xenpci/xenpcivar.h
index 527a291..45d1215 100644
--- a/sys/dev/xen/xenpci/xenpcivar.h
+++ b/sys/dev/xen/xenpci/xenpcivar.h
@@ -31,13 +31,7 @@
*/
struct xenpci_softc {
int rid_ioport;
- int rid_memory;
int rid_irq;
- struct resource* res_memory; /* Resource for mem range. */
struct resource* res_irq; /* Resource for irq range. */
void *intr_cookie;
-
- vm_paddr_t phys_next; /* next page from mem range */
};
-
-extern int xenpci_alloc_space(size_t sz, vm_paddr_t *pa);
OpenPOWER on IntegriCloud