summaryrefslogtreecommitdiff
path: root/sys/src/9/omap/usbehci.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-01-17 11:55:39 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2021-01-17 11:55:39 +0100
commit999e98b9b856ae4fc75b3ad33783488e33cdd426 (patch)
treec33439781b7342456c41b7f8982e3e26174f7efd /sys/src/9/omap/usbehci.h
parent3240008dd182a0d88fb2d0d5ffc5e88accdd957f (diff)
usbehci: use 64-bit base address, remove resetlck, simplify scanpci()
Diffstat (limited to 'sys/src/9/omap/usbehci.h')
-rw-r--r--sys/src/9/omap/usbehci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/omap/usbehci.h b/sys/src/9/omap/usbehci.h
index f20c4ecd8..f9ee28128 100644
--- a/sys/src/9/omap/usbehci.h
+++ b/sys/src/9/omap/usbehci.h
@@ -220,7 +220,6 @@ enum {
P1ulpi_bypass = 1<<0, /* utmi if set; else ulpi */
};
-extern Ecapio *ehcidebugcapio;
extern int ehcidebugport;
extern int ehcidebug;