summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/usb_grapeboard.h
diff options
context:
space:
mode:
authorJoris van Vossen <joris.van.vossen@sintecs.nl>2018-04-09 14:04:47 (GMT)
committerJoris van Vossen <joris.van.vossen@sintecs.nl>2018-04-09 14:04:47 (GMT)
commitda6dafeb26b827d753e027920d14a287f678d659 (patch)
tree157711a124998fcd9f5ea46dfb08ac9f7b928b3b /board/scalys/grapeboard/usb_grapeboard.h
parent00cde476c84275124a51cb55a53a253cd75fba6c (diff)
downloadu-boot-da6dafeb26b827d753e027920d14a287f678d659.tar.xz
LSDK-18.03 Grapeboard initial support
Diffstat (limited to 'board/scalys/grapeboard/usb_grapeboard.h')
-rw-r--r--board/scalys/grapeboard/usb_grapeboard.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/scalys/grapeboard/usb_grapeboard.h b/board/scalys/grapeboard/usb_grapeboard.h
new file mode 100644
index 0000000..fbd1fcc
--- /dev/null
+++ b/board/scalys/grapeboard/usb_grapeboard.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright 2018 Scalys B.V.
+ * opensource@scalys.com
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef USB_GRAPEBOARD_H_
+#define USB_GRAPEBOARD_H_
+
+int usb_hx3_hub_init(void);
+int usb_hx3_hub_reset(void);
+
+#endif /* USB_GRAPEBOARD_H_ */