summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/usb_grapeboard.h
diff options
context:
space:
mode:
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_ */