summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/refcode/usb.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-12-31 20:55:23 +0800
committerIru Cai <mytbk920423@gmail.com>2020-12-31 20:55:23 +0800
commit31f7e9e9cffd447e132a64eadc5fc736555ea587 (patch)
tree7fefc7e65e50d44102121e1f35c0f14b0869c0b1 /src/soc/intel/broadwell/refcode/usb.h
parent1da105df18417410462f1b8cbff9e5241bd2dd3d (diff)
downloadcoreboot-31f7e9e9cffd447e132a64eadc5fc736555ea587.tar.xz
broadwell: broadwell_refcode_maine7240_bdw
Diffstat (limited to 'src/soc/intel/broadwell/refcode/usb.h')
-rw-r--r--src/soc/intel/broadwell/refcode/usb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/refcode/usb.h b/src/soc/intel/broadwell/refcode/usb.h
index b394cad0c3..e3b262d4a4 100644
--- a/src/soc/intel/broadwell/refcode/usb.h
+++ b/src/soc/intel/broadwell/refcode/usb.h
@@ -1,6 +1,8 @@
#ifndef BDW_REFCODE_USB_H
#define BDW_REFCODE_USB_H
+#include <types.h>
+
int PchStartUsbInit(void *usb_pol, uintptr_t ehcibar, uintptr_t xhcibar, uint8_t revision);
int CommonUsbInit(void *usb_pol, uintptr_t ehcibar, uintptr_t xhcibar, uint8_t bus,
uintptr_t rcba, uint32_t *rcba_fd, uint8_t revision);