/* * 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_ */