summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/usb_grapeboard.h
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-12-27 11:58:10 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-12-27 11:58:10 (GMT)
commit4ff697fb90efc14448e9d6039342542ece774278 (patch)
tree62adb1031d1dedf3c7c379c35638c528b1050fad /board/scalys/grapeboard/usb_grapeboard.h
parent4ea837349487cafcbbb2f741e63e5505f66430f7 (diff)
downloadu-boot-4ff697fb90efc14448e9d6039342542ece774278.tar.xz
grapeboard BCD initial support and clean-up
Diffstat (limited to 'board/scalys/grapeboard/usb_grapeboard.h')
-rw-r--r--board/scalys/grapeboard/usb_grapeboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/scalys/grapeboard/usb_grapeboard.h b/board/scalys/grapeboard/usb_grapeboard.h
index b57f102..ae6289b 100644
--- a/board/scalys/grapeboard/usb_grapeboard.h
+++ b/board/scalys/grapeboard/usb_grapeboard.h
@@ -8,7 +8,7 @@
#ifndef USB_GRAPEBOARD_H_
#define USB_GRAPEBOARD_H_
-int usb_hub_init(void);
-int usb_hub_reset(void);
+int usb_hx3_hub_init(void);
+int usb_hx3_hub_reset(void);
#endif /* USB_GRAPEBOARD_H_ */