summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/usb_grapeboard.h
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-12-19 08:53:23 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-12-19 08:53:23 (GMT)
commit505d9ce1aae6b4226c33cd0903c0123ea3c8c128 (patch)
tree55df8809af3c7d5b0e0cd2f520f93e2b9f662d7f /board/scalys/grapeboard/usb_grapeboard.h
parentc249f5f07214250195863b8ac76424abe94f64e3 (diff)
downloadu-boot-505d9ce1aae6b4226c33cd0903c0123ea3c8c128.tar.xz
Grapeboard support added
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..b57f102
--- /dev/null
+++ b/board/scalys/grapeboard/usb_grapeboard.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright 2017 Scalys B.V.
+ * opensource@scalys.com
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef USB_GRAPEBOARD_H_
+#define USB_GRAPEBOARD_H_
+
+int usb_hub_init(void);
+int usb_hub_reset(void);
+
+#endif /* USB_GRAPEBOARD_H_ */